mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
Merge pull request #19326 from netbox-community/17812-nav-menu-ordering
Closes #17812: Reorder "sites" in the navigation menu
This commit is contained in:
commit
a840eaf37d
@ -14,9 +14,9 @@ ORGANIZATION_MENU = Menu(
|
||||
MenuGroup(
|
||||
label=_('Sites'),
|
||||
items=(
|
||||
get_model_item('dcim', 'site', _('Sites')),
|
||||
get_model_item('dcim', 'region', _('Regions')),
|
||||
get_model_item('dcim', 'sitegroup', _('Site Groups')),
|
||||
get_model_item('dcim', 'site', _('Sites')),
|
||||
get_model_item('dcim', 'location', _('Locations')),
|
||||
),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user