mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Cleanup system startup.lua from interfaces code
This commit is contained in:
parent
266c248df8
commit
04949ea275
3 changed files with 1 additions and 19 deletions
|
|
@ -1851,7 +1851,6 @@ local known_parameters = {
|
|||
["toggle_theme"] = validateChoiceInline({"default", "light", "dark"}),
|
||||
["toggle_host_mask"] = validateChoiceInline({"0", "1", "2"}),
|
||||
["topk_heuristic_precision"] = validateChoiceInline({"disabled", "more_accurate", "accurate", "aggressive"}),
|
||||
["bridging_policy_target_type"] = validateChoiceInline({"per_protocol", "per_category", "both"}),
|
||||
["timeseries_driver"] = validateChoiceInline({"rrd", "influxdb", "prometheus"}),
|
||||
["edition"] = validateEmptyOr(validateChoiceInline({"community", "pro", "enterprise", "enterprise_m", "enterprise_l"})),
|
||||
["hosts_ts_creation"] = validateChoiceInline({"off", "light", "full"}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue