mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Hides exporters name when formatting filters (#8277)
This commit is contained in:
parent
204590723c
commit
eaea450db9
3 changed files with 13 additions and 6 deletions
|
|
@ -2655,7 +2655,8 @@ local known_parameters = {
|
|||
["length"] = validateNumber,
|
||||
["draw"] = validateNumber,
|
||||
["visible_columns"] = validateEmptyOr(validateListOfTypeInline(validateSingleWord)),
|
||||
["instance_name"] = validateSingleWord -- used in flow explorer
|
||||
["instance_name"] = validateSingleWord, -- used in flow explorer
|
||||
["hide_exporters_name"] = validateBool
|
||||
}
|
||||
|
||||
-- A special parameter is formed by a prefix, followed by a variable suffix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue