Replace the old light theme preference choice with the current white choice.

This commit is contained in:
Nicolo Maio 2024-01-24 11:31:03 +01:00
parent 76056b6755
commit 21e284940d
3 changed files with 4 additions and 3 deletions

View file

@ -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"}),