mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
parent
f515d93316
commit
bb9883d423
8 changed files with 192 additions and 87 deletions
|
|
@ -1714,7 +1714,8 @@ end
|
|||
|
||||
function poolDropdown(pool_id, exclude)
|
||||
local output = {}
|
||||
exclude = exclude or {[host_pools_utils.DEFAULT_POOL_ID]=true}
|
||||
--exclude = exclude or {[host_pools_utils.DEFAULT_POOL_ID]=true}
|
||||
exclude = exclude or {}
|
||||
|
||||
for _,pool in ipairs(host_pools_utils.getPoolsList(ifId)) do
|
||||
if (not exclude[pool.id]) or (pool.id == pool_id) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue