add dark sidebar light container theme

This commit is contained in:
gabryon99 2020-02-02 09:10:00 +01:00
parent dabecf8921
commit 67a016fe63
4 changed files with 11 additions and 6 deletions

View file

@ -1454,7 +1454,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({"light", "dark"}),
["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"}),