Closes #17812: Reorder "sites" in the navigation menu

This commit is contained in:
Jeremy Stretch 2025-04-25 11:37:45 -04:00
parent 8bd8f28cb9
commit 41f475a316

View File

@ -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')),
),
),