mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Hide message broker preference
This commit is contained in:
parent
bf33caf3e4
commit
909ba59258
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ local menu_subpages = {{
|
|||
label = i18n("prefs.message_broker"),
|
||||
advanced = false,
|
||||
pro_only = false,
|
||||
hidden = not (ntop.isEnterpriseM()) and false, -- TODO: correctly hide or show this preference
|
||||
hidden = not (ntop.isEnterpriseM()) or true, -- TODO: correctly hide or show this preference
|
||||
entries = {
|
||||
toggle_message_broker = {
|
||||
title = i18n("prefs.toggle_message_broker_title"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue