mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
Closes #17812: Reorder "sites" in the navigation menu
This commit is contained in:
parent
8bd8f28cb9
commit
41f475a316
@ -14,9 +14,9 @@ ORGANIZATION_MENU = Menu(
|
|||||||
MenuGroup(
|
MenuGroup(
|
||||||
label=_('Sites'),
|
label=_('Sites'),
|
||||||
items=(
|
items=(
|
||||||
get_model_item('dcim', 'site', _('Sites')),
|
|
||||||
get_model_item('dcim', 'region', _('Regions')),
|
get_model_item('dcim', 'region', _('Regions')),
|
||||||
get_model_item('dcim', 'sitegroup', _('Site Groups')),
|
get_model_item('dcim', 'sitegroup', _('Site Groups')),
|
||||||
|
get_model_item('dcim', 'site', _('Sites')),
|
||||||
get_model_item('dcim', 'location', _('Locations')),
|
get_model_item('dcim', 'location', _('Locations')),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user