mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add frontend support to call infrestructure aggregator
This commit is contained in:
parent
bf6d02902d
commit
2a831a5d5d
10 changed files with 28 additions and 19 deletions
|
|
@ -1843,6 +1843,7 @@ local known_parameters = {
|
|||
["tab"] = validateSingleWord, -- Currently active tab, handled by javascript
|
||||
["template"] = validateSingleWord, -- Currently selected template
|
||||
["template_name"] = validateUnquoted,
|
||||
["endpoint"] = validateSingleWord,
|
||||
["component"] = validateSingleWord,
|
||||
["component_title"] = validateUnquoted,
|
||||
["component_width"] = validateNumber,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue