Move interface timeseries prefs to the global config

Addresses #3979
This commit is contained in:
emanuele-f 2020-05-27 13:47:39 +02:00
parent a22830c483
commit aedf348534
10 changed files with 78 additions and 131 deletions

View file

@ -1438,6 +1438,7 @@ local known_parameters = {
["toggle_midnight_stats_reset"] = validateBool,
["toggle_ndpi_flows_rrds"] = validateBool,
["toggle_internals_rrds"] = validateBool,
["toggle_local_hosts_one_way_ts"] = validateBool,
-- Input fields
["companion_interface"] = validateEmptyOr(validateInterface),