mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Code cleanup
This commit is contained in:
parent
9d9b79c1b6
commit
a3d36634e3
53 changed files with 75 additions and 321 deletions
|
|
@ -62,8 +62,7 @@ if(sortOrder == nil) then
|
|||
end
|
||||
|
||||
interface.select(ifname)
|
||||
flows_stats,total = aggregateFlowsStats(interface.getFlowsInfo())
|
||||
|
||||
flows_stats = interface.getFlowsInfo()
|
||||
|
||||
if (mode == "table") then
|
||||
print ("{ \"currentPage\" : " .. currentPage .. ",\n \"data\" : [\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue