1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #13596: Always display "render config" tab for devices & VMs

This commit is contained in:
Jeremy Stretch
2023-08-31 13:50:54 -04:00
parent 0cdc26e013
commit 679cc8fdda
2 changed files with 0 additions and 2 deletions

View File

@@ -2033,7 +2033,6 @@ class DeviceRenderConfigView(generic.ObjectView):
template_name = 'dcim/device/render_config.html'
tab = ViewTab(
label=_('Render Config'),
permission='extras.view_configtemplate',
weight=2100
)