mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Uses stats rather than grouped hosts data for network stats
This commit is contained in:
parent
244d45eb00
commit
74c545d079
14 changed files with 247 additions and 31 deletions
|
|
@ -17,7 +17,6 @@ local currentPage = _GET["currentPage"]
|
|||
local perPage = _GET["perPage"]
|
||||
local sortColumn = _GET["sortColumn"]
|
||||
local sortOrder = _GET["sortOrder"]
|
||||
|
||||
local group_col = _GET["grouped_by"]
|
||||
local network_n = _GET["network"]
|
||||
local country_n = _GET["country"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue