mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Code cleanup
This commit is contained in:
parent
9d9b79c1b6
commit
a3d36634e3
53 changed files with 75 additions and 321 deletions
|
|
@ -28,7 +28,7 @@ if((_GET["hostIP"] ~= nil) and (_GET["hostIP"] ~= "")) then
|
|||
else
|
||||
-- All hosts
|
||||
|
||||
hosts_stats,total = aggregateHostsStats(interface.getHostsInfo())
|
||||
hosts_stats = interface.getHostsInfo()
|
||||
num = 0
|
||||
print("[\n")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue