mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Typo fix
This commit is contained in:
parent
806ed05a40
commit
b2b5d07aa6
1 changed files with 2 additions and 2 deletions
|
|
@ -2389,9 +2389,9 @@ function getFlowsTableTitle()
|
|||
if(_GET["version"] ~= nil) then
|
||||
is_v4 = (_GET["version"] == "4")
|
||||
end
|
||||
local icmo_label = get_icmp_label(_GET["icmp_type"], _GET["icmp_cod"], is_v4)
|
||||
local icmp_label = get_icmp_label(_GET["icmp_type"], _GET["icmp_cod"], is_v4)
|
||||
|
||||
active_msg = active_msg .. " ["..icmo_label.."]"
|
||||
active_msg = active_msg .. " ["..icmp_label.."]"
|
||||
end
|
||||
|
||||
if(_GET["tcp_flow_state"] ~= nil) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue