mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Reworked Mac address families display
This commit is contained in:
parent
f156b64786
commit
cba2a4440b
8 changed files with 61 additions and 18 deletions
|
|
@ -107,7 +107,9 @@ end
|
|||
|
||||
hosts_stats = hosts_retrv_function(false, sortColumn, perPage, to_skip, sOrder,
|
||||
country, os_, tonumber(vlan), tonumber(asn),
|
||||
tonumber(network)) -- false = little details
|
||||
tonumber(network), mac) -- false = little details
|
||||
|
||||
-- tprint(hosts_stats)
|
||||
|
||||
if(hosts_stats == nil) then total = 0 else total = hosts_stats["numHosts"] end
|
||||
hosts_stats = hosts_stats["hosts"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue