Missing Network/Pool Alert Filter #6418

This commit is contained in:
uccidibuti 2022-03-31 13:51:37 +02:00
parent 7e84a6afdb
commit e89795bd8c
10 changed files with 29 additions and 16 deletions

View file

@ -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