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

Corrected permissions for device component form rendering

This commit is contained in:
Jeremy Stretch
2017-01-05 15:37:15 -05:00
parent 09fe328c3f
commit dbf9840b26
6 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<tr{% if iface.connection and not iface.connection.connection_status %} class="info"{% endif %}>
{% if selectable and perms.dcim.delete_interface %}
{% if selectable and perms.dcim.change_interface or perms.dcim.delete_interface %}
<td class="pk">
<input name="pk" type="checkbox" value="{{ iface.pk }}" />
</td>