mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Fixed countries page (#10089)
This commit is contained in:
parent
8155f2f850
commit
77f0de2ca8
1 changed files with 2 additions and 2 deletions
|
|
@ -61,9 +61,9 @@ if(sortOrder == "desc") then sOrder = false else sOrder = true end
|
|||
|
||||
-- stats table for each country
|
||||
local country_stats = interface.getCountriesInfo({sortColumn = sortColumn,
|
||||
maxHits = perPage, toSkip = to_skip,
|
||||
-- maxHits = perPage, toSkip = to_skip: used in the old tables
|
||||
nil, nil,
|
||||
a2zSortOrder = sOrder, detailsLevel = "higher"})
|
||||
|
||||
local total_rows = 0
|
||||
|
||||
if(country_stats ~= nil) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue