mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix default menu entries.
This commit is contained in:
parent
625dcb86de
commit
24970d6a8c
1 changed files with 2 additions and 2 deletions
|
|
@ -984,7 +984,7 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
field = auth_toggles["menu_voices"]["help"],
|
||||
pref = "menu_voices.help",
|
||||
hidden = not ntop.isEnterpriseM(),
|
||||
default = "0"
|
||||
default = "1"
|
||||
})
|
||||
|
||||
prefsToggleButton(subpage_active, {
|
||||
|
|
@ -992,7 +992,7 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
hidden = not ntop.isEnterpriseM(),
|
||||
|
||||
pref = "menu_voices.developer",
|
||||
default = "0"
|
||||
default = "1"
|
||||
})
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue