mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 13:08:16 -06:00
Move navigation menu entry for background tasks
This commit is contained in:
parent
09aaa5bbae
commit
d0167b78cb
@ -356,11 +356,6 @@ OPERATIONS_MENU = Menu(
|
||||
link_text=_('Jobs'),
|
||||
permissions=['core.view_job'],
|
||||
),
|
||||
MenuItem(
|
||||
link='core:background_queue_list',
|
||||
link_text=_('Background Tasks'),
|
||||
permissions=['core.view_job'],
|
||||
),
|
||||
),
|
||||
),
|
||||
MenuGroup(
|
||||
@ -456,13 +451,18 @@ ADMIN_MENU = Menu(
|
||||
),
|
||||
),
|
||||
MenuGroup(
|
||||
label=_('Plugins'),
|
||||
label=_('System'),
|
||||
items=(
|
||||
MenuItem(
|
||||
link='core:plugin_list',
|
||||
link_text=_('Plugins'),
|
||||
staff_only=True
|
||||
),
|
||||
MenuItem(
|
||||
link='core:background_queue_list',
|
||||
link_text=_('Background Tasks'),
|
||||
staff_only=True
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user