mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Unifies all internals timeseries in a single preference
Implements #3459
This commit is contained in:
parent
717b2f88ce
commit
ec724babcf
8 changed files with 30 additions and 25 deletions
|
|
@ -1386,7 +1386,7 @@ local known_parameters = {
|
|||
["snmp_port_load_threshold"] = validateNumber,
|
||||
["toggle_midnight_stats_reset"] = validateBool,
|
||||
["toggle_ndpi_flows_rrds"] = validateBool,
|
||||
["toggle_user_scripts_rrds"] = validateBool,
|
||||
["toggle_internals_rrds"] = validateBool,
|
||||
|
||||
-- Input fields
|
||||
["companion_interface"] = validateEmptyOr(validateInterface),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue