mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Cleaned up component tables and checkbox toggling
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{# Checkbox (exclude VC members) #}
|
||||
{% if perms.dcim.change_interface or perms.dcim.delete_interface %}
|
||||
<td class="pk">
|
||||
{% if iface.device == device %}
|
||||
{% if iface.parent == device %}
|
||||
<input name="pk" type="checkbox" value="{{ iface.pk }}" />
|
||||
{% endif %}
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user