mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Comment
This commit is contained in:
parent
d1044d591d
commit
49ac0c498a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ local ifid = _GET["ifid"]
|
|||
local all = _GET["all"]
|
||||
local currentPage = _GET["currentPage"]
|
||||
local perPage = _GET["perPage"]
|
||||
local sortColumn = _GET["sortColumn"]
|
||||
local sortColumn = _GET["sortColumn"] -- ip, name, since, last, alerts, country, vlan, num_flows, traffic, thpt
|
||||
local sortOrder = _GET["sortOrder"]
|
||||
|
||||
-- Filters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue