mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
minor improvements on nindex_flows.lua
This commit is contained in:
parent
08f95ee5cb
commit
25b9d99cd0
3 changed files with 31 additions and 37 deletions
|
|
@ -1402,6 +1402,7 @@ local known_parameters = {
|
|||
["sortColumn"] = validateSortColumn, -- A sort column
|
||||
["currentPage"] = validateNumber, -- The currently displayed page number (used for pagination)
|
||||
["totalRows"] = validateNumber, -- The total number of rows
|
||||
["length"] = validateNumber, -- The total number of rows
|
||||
|
||||
-- AGGREGATION
|
||||
["grouped_by"] = validateSingleWord, -- A group criteria
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue