mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-23 20:12:42 -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']),
|
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(
|
MenuGroup(
|
||||||
label=_('System'),
|
label=_('System'),
|
||||||
items=(
|
items=(
|
||||||
|
|||||||
Reference in New Issue
Block a user