mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add alias and device type columns to host pools (#953)
* Add alias and device type columns to host pools * Add host pool members links when available * Add host pool links * Implement host pool members pagination * Host Pools GUI fixes and improvements * Remove hardcoded columns number * Host Pools GUI fixes * Remove debug print
This commit is contained in:
parent
f711ab555b
commit
2a843966da
10 changed files with 332 additions and 147 deletions
|
|
@ -118,9 +118,7 @@ elseif mode == "remote" then
|
|||
hosts_retrv_function = interface.getRemoteHostsInfo
|
||||
end
|
||||
|
||||
hosts_stats = hosts_retrv_function(false, sortColumn, perPage, to_skip, sOrder,
|
||||
country, os_, tonumber(vlan), tonumber(asn),
|
||||
tonumber(network), mac, tonumber(pool)) -- false = little details
|
||||
hosts_stats = interface.getHostsInfo() -- false = little details
|
||||
--io.write("hello\n")
|
||||
--tprint(hosts_stats)
|
||||
--io.write("---\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue