diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 5a7b98312..1e531d5f0 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -335,9 +335,11 @@
Device Bays
- + {% if perms.dcim.change_devicebay %} + + {% endif %} {% if perms.dcim.add_devicebay and device_bays|length > 10 %} Add device bays @@ -385,9 +387,11 @@