mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Replace the old light theme preference choice with the current white choice.
This commit is contained in:
parent
76056b6755
commit
21e284940d
3 changed files with 4 additions and 3 deletions
|
|
@ -2319,7 +2319,7 @@ local known_parameters = {
|
|||
["multiple_ldap_account_type"] = validateChoiceInline({"posix", "samaccount"}),
|
||||
["toggle_logging_level"] = validateChoiceInline({"trace", "debug", "info", "normal", "warning", "error"}),
|
||||
["toggle_thpt_content"] = validateChoiceInline({"bps", "pps"}),
|
||||
["toggle_theme"] = validateChoiceInline({"default", "light", "dark"}),
|
||||
["toggle_theme"] = validateChoiceInline({"default", "white", "dark"}),
|
||||
["toggle_host_mask"] = validateChoiceInline({"0", "1", "2"}),
|
||||
["topk_heuristic_precision"] = validateChoiceInline({"disabled", "more_accurate", "accurate", "aggressive"}),
|
||||
["timeseries_driver"] = validateChoiceInline({"rrd", "influxdb", "prometheus"}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue