mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implements global host pools
Implements #4086 Refactors host pools to global Implements host pools migration Migration fixes nEdge changes for host pools migration Create README.host_pools_migration.md
This commit is contained in:
parent
a03c2158d8
commit
5ade224d85
34 changed files with 1056 additions and 229 deletions
|
|
@ -140,7 +140,7 @@ local function print_single_group(value)
|
|||
if(manufacturer == nil) then manufacturer = "" end
|
||||
print(manufacturer..'</A>", ')
|
||||
elseif(group_col == "pool_id") then
|
||||
local pool_name = host_pools_utils.getPoolName(getInterfaceId(ifname), tostring(value["id"]))
|
||||
local pool_name = host_pools_utils.getPoolName(tostring(value["id"]))
|
||||
|
||||
print(pool_name..'</A> " , ')
|
||||
print('"column_chart": "')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue