mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Missing Network/Pool Alert Filter #6418
This commit is contained in:
parent
7e84a6afdb
commit
e89795bd8c
10 changed files with 29 additions and 16 deletions
|
|
@ -2273,7 +2273,7 @@ function getLocalNetworkAliasById(network)
|
|||
|
||||
-- If network is (u_int8_t)-1 then return an empty value
|
||||
if network == "65535" then
|
||||
return ''
|
||||
return ' '
|
||||
end
|
||||
|
||||
local label = ''
|
||||
|
|
@ -2282,7 +2282,6 @@ function getLocalNetworkAliasById(network)
|
|||
label = getFullLocalNetworkName(ns.network_key)
|
||||
end
|
||||
end
|
||||
|
||||
return label
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue