diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 268bd37d6..700a001bc 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -328,6 +328,9 @@ {% endif %} + {% if perms.dcim.delete_devicebay %} + + {% endif %} {% endif %} {% if interfaces or device.device_type.is_network_device %} {% if perms.dcim.delete_interface %}