mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +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
|
|
@ -520,8 +520,8 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
|
||||
-- ######################
|
||||
|
||||
local t_labels = {i18n("default"), i18n("light"), i18n("dark")}
|
||||
local t_values = {"default", "light", "dark"}
|
||||
local t_labels = {i18n("default"), i18n("white"), i18n("dark")}
|
||||
local t_values = {"default", "white", "dark"}
|
||||
local label = "toggle_theme"
|
||||
|
||||
multipleTableButtonPrefs(subpage_active.entries[label].title, subpage_active.entries[label].description,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue