mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Renamed IXP in ASN mode
This commit is contained in:
parent
6bd25f4f47
commit
fec81bd9d7
7 changed files with 24 additions and 26 deletions
|
|
@ -284,16 +284,16 @@ local menu_subpages = {{
|
|||
}
|
||||
}, {
|
||||
-- url path value
|
||||
id = "ixp_settings",
|
||||
label = i18n("prefs.ixp_mode"),
|
||||
id = "asn_settings",
|
||||
label = i18n("prefs.asn_mode"),
|
||||
advanced = true,
|
||||
pro_only = true,
|
||||
-- Enable IXP mode in EnterpriseXL and zmq interface
|
||||
-- Enable ASN mode in EnterpriseXL and zmq interface
|
||||
hidden = (ntop.isEnterpriseXL() == false),
|
||||
entries = {
|
||||
ixp_mode_enabled = {
|
||||
title = i18n("prefs.toggle_ixp_mode_title"),
|
||||
description = i18n("prefs.toggle_ixp_mode_description")
|
||||
asn_mode_enabled = {
|
||||
title = i18n("prefs.toggle_asn_mode_title"),
|
||||
description = i18n("prefs.toggle_asn_mode_description")
|
||||
}
|
||||
}
|
||||
},{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue