mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-23 12:08:43 -06:00
Move owners under admin in nav menu
This commit is contained in:
@@ -36,12 +36,6 @@ ORGANIZATION_MENU = Menu(
|
||||
get_model_item('tenancy', 'contactassignment', _('Contact Assignments'), actions=['bulk_import']),
|
||||
),
|
||||
),
|
||||
MenuGroup(
|
||||
label=_('Ownership'),
|
||||
items=(
|
||||
get_model_item('users', 'owner', _('Owners')),
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
@@ -471,6 +465,12 @@ ADMIN_MENU = Menu(
|
||||
),
|
||||
),
|
||||
),
|
||||
MenuGroup(
|
||||
label=_('Ownership'),
|
||||
items=(
|
||||
get_model_item('users', 'owner', _('Owners')),
|
||||
),
|
||||
),
|
||||
MenuGroup(
|
||||
label=_('System'),
|
||||
items=(
|
||||
|
||||
Reference in New Issue
Block a user