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

Update custom napalm_read, napalm_write permissions

This commit is contained in:
Jeremy Stretch
2020-06-02 09:36:45 -04:00
parent 85e932bfc1
commit 110bad7041
7 changed files with 8 additions and 12 deletions

View File

@@ -101,7 +101,7 @@
Inventory <span class="badge">{{ device.inventory_items.count }}</span>
</a>
</li>
{% if perms.dcim.napalm_read %}
{% if perms.dcim.napalm_read_device %}
{% if device.status != 'active' %}
{% include 'dcim/inc/device_napalm_tabs.html' with disabled_message='Device must be in active status' %}
{% elif not device.platform %}