mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
ASn menu is available in all editions with ZMQ
This commit is contained in:
parent
47469ca848
commit
2a6cdaf17f
1 changed files with 2 additions and 3 deletions
|
|
@ -287,9 +287,8 @@ local menu_subpages = {{
|
|||
id = "asn_settings",
|
||||
label = i18n("prefs.asn_mode"),
|
||||
advanced = true,
|
||||
pro_only = true,
|
||||
-- Enable ASN mode in EnterpriseXL and zmq interface
|
||||
hidden = (ntop.isEnterpriseXL() == false) or (not interface.isZMQInterface()),
|
||||
pro_only = false,
|
||||
hidden = not interface.isZMQInterface(),
|
||||
entries = {
|
||||
asn_mode_enabled = {
|
||||
title = i18n("prefs.toggle_asn_mode_title"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue