mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-20 16:44:25 +01:00
21075-rename-l2vpn-terminations-menu-entry
This commit is contained in:
@@ -232,7 +232,7 @@ VPN_MENU = Menu(
|
||||
label=_('L2VPNs'),
|
||||
items=(
|
||||
get_model_item('vpn', 'l2vpn', _('L2VPNs')),
|
||||
get_model_item('vpn', 'l2vpntermination', _('Terminations')),
|
||||
get_model_item('vpn', 'l2vpntermination', _('L2VPN Terminations')),
|
||||
),
|
||||
),
|
||||
MenuGroup(
|
||||
|
||||
Reference in New Issue
Block a user