mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Code cleanup
This commit is contained in:
parent
9d9b79c1b6
commit
a3d36634e3
53 changed files with 75 additions and 321 deletions
|
|
@ -10,7 +10,7 @@ sendHTTPHeader('text/html; charset=iso-8859-1')
|
|||
|
||||
|
||||
function getNetworkStats(network)
|
||||
local hosts_stats,total = aggregateHostsStats(interface.getHostsInfo())
|
||||
local hosts_stats = interface.getHostsInfo()
|
||||
|
||||
my_network = nil
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue