mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added per user theme (#5539)
This commit is contained in:
parent
4e048b6433
commit
9023c0538a
6 changed files with 27 additions and 22 deletions
|
|
@ -444,7 +444,7 @@ function printGUI()
|
|||
multipleTableButtonPrefs(subpage_active.entries[label].title,
|
||||
subpage_active.entries[label].description,
|
||||
t_labels, t_values, "default", "primary",
|
||||
label, "ntopng.prefs.theme")
|
||||
label, "ntopng.user." .. _SESSION["user"] .. ".theme")
|
||||
|
||||
-- ######################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue