mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Host pools gui fixes and improvements
- Fix selectable "Not Assigned" pool in manage pools - Hide "Unassigned Devices" tab for interfaces without macs - Add note in "Unassigned Devices" to explain the list shown Fixes #2486
This commit is contained in:
parent
fbcf2f4948
commit
dfc9de74a0
6 changed files with 19 additions and 16 deletions
|
|
@ -1164,7 +1164,6 @@ end
|
|||
|
||||
function poolDropdown(ifId, pool_id, exclude)
|
||||
local output = {}
|
||||
--exclude = exclude or {[host_pools_utils.DEFAULT_POOL_ID]=true}
|
||||
exclude = exclude or {}
|
||||
|
||||
for _,pool in ipairs(host_pools_utils.getPoolsList(ifId)) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue