mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes incorrect rest api data
This commit is contained in:
parent
6bc6b49cfa
commit
ccb2a66c19
2 changed files with 9 additions and 7 deletions
|
|
@ -1636,7 +1636,7 @@ local known_parameters = {
|
|||
["count"] = validateSingleWord, -- Sql count parameter
|
||||
["aggregation"] = validateAggregation, -- A mode for graphs aggregation
|
||||
["limit"] = validateNumber, -- To limit results
|
||||
["all"] = validateEmpty, -- To remove limit on results
|
||||
["all"] = validateBool, -- To remove limit on results
|
||||
|
||||
-- NAVIGATION
|
||||
["page"] = validateSingleWord, -- Currently active subpage tab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue