mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
add dark sidebar light container theme
This commit is contained in:
parent
dabecf8921
commit
67a016fe63
4 changed files with 11 additions and 6 deletions
|
|
@ -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"}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue