mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Merge pull request #8125 from NicoMaio/update-dashboard-with-component-edit
Update the dashboard with the editing component feature. (#8093)
This commit is contained in:
commit
eaf2a1f769
6 changed files with 444 additions and 2 deletions
|
|
@ -1798,6 +1798,12 @@ local known_parameters = {
|
|||
["template"] = validateSingleWord, -- Currently selected template
|
||||
["template_name"] = validateUnquoted,
|
||||
["component"] = validateSingleWord,
|
||||
["component_title"] = validateUnquoted,
|
||||
["component_width"] = validateNumber,
|
||||
["component_height"] = validateNumber,
|
||||
["component_time_offset"] = validateSingleWord,
|
||||
["component_time_window"] = validateSingleWord,
|
||||
["component_params"] = {jsonCleanup, validateJSON},
|
||||
["components"] = validateColumnsIds, -- Comma separated list of component ids
|
||||
["system_interface"] = validateBool,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue