mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 17:08:41 -06:00
Rename to Application Services/Application Service Templates in nav menu
This commit is contained in:
parent
a97a4e9f23
commit
bc3a06a35e
@ -209,8 +209,8 @@ IPAM_MENU = Menu(
|
||||
label=_('Other'),
|
||||
items=(
|
||||
get_model_item('ipam', 'fhrpgroup', _('FHRP Groups')),
|
||||
get_model_item('ipam', 'servicetemplate', _('Service Templates')),
|
||||
get_model_item('ipam', 'service', _('Services')),
|
||||
get_model_item('ipam', 'servicetemplate', _('Application Service Templates')),
|
||||
get_model_item('ipam', 'service', _('Application Services')),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user