Uses stats rather than grouped hosts data for network stats

This commit is contained in:
Simone Mainardi 2019-08-19 17:39:18 +02:00
parent 244d45eb00
commit 74c545d079
14 changed files with 247 additions and 31 deletions

View file

@ -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"]