Hide message broker preference

This commit is contained in:
Matteo Biscosi 2024-02-06 10:46:17 +00:00
parent bf33caf3e4
commit 909ba59258

View file

@ -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"),