diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 549b93465..349a3c96d 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -535,7 +535,7 @@
Power Outlets
- {% if perms.dcim.change_poweroutlet and cs_ports|length > 1 %} + {% if perms.dcim.change_poweroutlet and power_outlets|length > 1 %}