mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Make sort/delete persistent. Compute component_id on server side.
This commit is contained in:
parent
f149277aa6
commit
085e85278f
4 changed files with 51 additions and 32 deletions
|
|
@ -1797,6 +1797,7 @@ local known_parameters = {
|
|||
["template"] = validateSingleWord, -- Currently selected template
|
||||
["template_name"] = validateUnquoted,
|
||||
["component"] = validateSingleWord,
|
||||
["components"] = validateColumnsIds, -- Comma separated list of component ids
|
||||
["system_interface"] = validateBool,
|
||||
|
||||
-- CONFIGSETS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue