From a069e92ce06c4bf16d57279720650db1ec9b5184 Mon Sep 17 00:00:00 2001 From: Nick Peelman Date: Wed, 6 Jul 2016 15:46:00 -0400 Subject: [PATCH] critical connections placeholder should span 5 rows now --- netbox/templates/dcim/device.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 5394a4aec..3f03fcee9 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -179,7 +179,7 @@ {% include 'dcim/inc/_interface.html' with icon='wrench' %} {% empty %} - + No management interfaces defined! {% if perms.dcim.add_interface %} @@ -191,7 +191,7 @@ {% include 'dcim/inc/_consoleport.html' %} {% empty %} - + No console ports defined! {% if perms.dcim.add_consoleport %} @@ -204,7 +204,7 @@ {% empty %} {% if not device.device_type.is_pdu %} - + No power ports defined! {% if perms.dcim.add_powerport %}