mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39: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
|
|
@ -596,13 +596,13 @@ function printGUI()
|
|||
|
||||
-- ######################
|
||||
|
||||
local t_labels = {i18n("light"), i18n("dark")}
|
||||
local t_values = {"light", "dark"}
|
||||
local t_labels = {i18n("default"), i18n("light"), i18n("dark")}
|
||||
local t_values = {"default", "light", "dark"}
|
||||
local label = "toggle_theme"
|
||||
|
||||
multipleTableButtonPrefs(subpage_active.entries[label].title,
|
||||
subpage_active.entries[label].description,
|
||||
t_labels, t_values, "light", "primary",
|
||||
t_labels, t_values, "default", "primary",
|
||||
label, "ntopng.prefs.theme")
|
||||
|
||||
-- ######################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue