mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fixes incorrect linting (#9266)
This commit is contained in:
parent
6d3dc4ff58
commit
b7f769eed9
1 changed files with 1 additions and 1 deletions
|
|
@ -2071,7 +2071,7 @@ local known_parameters = {
|
|||
["search"] = validateBool, -- When set, a search should be performed
|
||||
["search_flows"] = validateBool, -- When set, a flow search should be performed
|
||||
["custom_column"] = validateCustomColumn,
|
||||
["criteria"] = validateCustomColumn,
|
||||
["criteria"] = validateSankeyCriteria,
|
||||
["aggregation_criteria"] = validateSingleWord,
|
||||
["row_id"] = validateUnquoted, -- A number used to identify a record in a database
|
||||
["rrd_file"] = validateUnquoted, -- A path or special identifier to read an RRD file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue