mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fixed white nav bar showing up (#5539)
This commit is contained in:
parent
ce0f434b84
commit
4cb20331c6
1 changed files with 1 additions and 1 deletions
|
|
@ -584,7 +584,7 @@ function page_utils.print_menubar()
|
|||
|
||||
local navbar_style = _POST["toggle_theme"] or ntop.getPref("ntopng.user." .. _SESSION["user"] .. ".theme")
|
||||
|
||||
if ((navbar_style == nil) or (navbar_style == "")) then
|
||||
if ((navbar_style == nil) or (navbar_style == "white")) then
|
||||
navbar_style = "default"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue