mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implements stats rather than grouped hosts data for host pools stats
This commit is contained in:
parent
9f482f612f
commit
3413a6afd0
12 changed files with 518 additions and 164 deletions
|
|
@ -30,7 +30,6 @@ end
|
|||
if(sortOrder == nil) then
|
||||
sortOrder = getDefaultTableSortOrder(sortPrefs)
|
||||
else
|
||||
tprint(sortColumn)
|
||||
if((sortColumn ~= "column_")
|
||||
and (sortColumn ~= "")) then
|
||||
tablePreferences("sort_order_"..sortPrefs,sortOrder)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue