- {% if perms.dcim.change_poweroutlet %}
+ {% if perms.dcim.change_poweroutlet and cs_ports|length > 1 %}
diff --git a/netbox/templates/dcim/inc/devicetype_component_table.html b/netbox/templates/dcim/inc/devicetype_component_table.html
index 9954fec23..00ed12b5a 100644
--- a/netbox/templates/dcim/inc/devicetype_component_table.html
+++ b/netbox/templates/dcim/inc/devicetype_component_table.html
@@ -6,7 +6,7 @@
{{ title }}
- {% if table.rows|length > 3 %}
+ {% if table.rows|length > 1 %}