mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add time_window, time_offset and advanced settings and cleanup css files. (#8093)
This commit is contained in:
parent
fb72ec3969
commit
e362e48876
6 changed files with 206 additions and 63 deletions
|
|
@ -1801,6 +1801,9 @@ local known_parameters = {
|
|||
["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