mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 08:46:10 -06:00
Correct permission name
This commit is contained in:
parent
f4aaee2df0
commit
8658bfc934
@ -354,7 +354,7 @@ ADMIN_MENU = Menu(
|
||||
MenuItem(
|
||||
link='extras:configrevision_list',
|
||||
link_text=_('Config Revisions'),
|
||||
permissions=['extras.config_revision']
|
||||
permissions=['extras.view_configrevision']
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user