From da3935ff367132012fe5e8ddf12f7db004ab781f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 13 Dec 2017 15:23:35 -0500 Subject: [PATCH] Fixes #1766: Fixed display of "select all" button on device power outlets list --- netbox/templates/dcim/device.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}