mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
dark theme
This commit is contained in:
parent
8d19e56967
commit
558b4d366c
9 changed files with 164 additions and 27 deletions
|
|
@ -598,12 +598,12 @@ function printGUI()
|
|||
|
||||
local t_labels = {i18n("light"), i18n("dark")}
|
||||
local t_values = {"light", "dark"}
|
||||
local label = "toggle_navbar_style"
|
||||
local label = "toggle_theme"
|
||||
|
||||
multipleTableButtonPrefs(subpage_active.entries[label].title,
|
||||
subpage_active.entries[label].description,
|
||||
t_labels, t_values, "light", "primary",
|
||||
label, "ntopng.prefs.navbar_style")
|
||||
label, "ntopng.prefs.theme")
|
||||
|
||||
-- ######################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue