mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Added and fixed host location in nEdge (#9681)
This commit is contained in:
parent
03570377c1
commit
9772c8f0e7
13 changed files with 411 additions and 26 deletions
|
|
@ -1347,7 +1347,7 @@ local function validateApplicationsList(l)
|
|||
end
|
||||
|
||||
local function validateLocation(l)
|
||||
if l == "wan" or l == "lan" then
|
||||
if l == "wan" or l == "lan" or l == "unknown" or l == "all" then
|
||||
return true
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue