mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Fixed permissions for inclusion of interface bulk edit form
This commit is contained in:
parent
2b9ea58c86
commit
5520144ff4
@ -393,7 +393,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if interfaces or device.device_type.is_network_device %}
|
{% if interfaces or device.device_type.is_network_device %}
|
||||||
{% if perms.dcim.delete_interface %}
|
{% if perms.dcim.change_interface or perms.dcim.delete_interface %}
|
||||||
<form method="post">
|
<form method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<input type="hidden" name="device" value="{{ device.pk }}" />
|
<input type="hidden" name="device" value="{{ device.pk }}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user