mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Reworked AddressTree implementation
This commit is contained in:
parent
a3f19f69c3
commit
9d4df13c1a
23 changed files with 269 additions and 199 deletions
|
|
@ -121,8 +121,9 @@ hosts_stats = hosts_retrv_function(false, sortColumn, perPage, to_skip, sOrder,
|
|||
country, os_, tonumber(vlan), tonumber(asn),
|
||||
tonumber(network), mac) -- false = little details
|
||||
|
||||
-- tprint(hosts_stats)
|
||||
|
||||
--io.write("hello\n")
|
||||
--tprint(hosts_stats)
|
||||
--io.write("---\n")
|
||||
if(hosts_stats == nil) then total = 0 else total = hosts_stats["numHosts"] end
|
||||
hosts_stats = hosts_stats["hosts"]
|
||||
-- for k,v in pairs(hosts_stats) do io.write(k.." ["..sortColumn.."]\n") end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue