From 1ab4344537870d2e89a665852729d48e9f89cbca Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 29 Oct 2018 13:09:23 -0400 Subject: [PATCH] Fix front/rear port connection styling --- netbox/templates/dcim/inc/frontport.html | 4 ++-- netbox/templates/dcim/inc/rearport.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/netbox/templates/dcim/inc/frontport.html b/netbox/templates/dcim/inc/frontport.html index 2b79cf7a7..8fb7d1136 100644 --- a/netbox/templates/dcim/inc/frontport.html +++ b/netbox/templates/dcim/inc/frontport.html @@ -1,4 +1,4 @@ - + {# Checkbox #} {% if perms.dcim.change_frontport or perms.dcim.delete_frontport %} @@ -9,7 +9,7 @@ {# Name #} - {{ frontport }} + {{ frontport }} {# Type #} diff --git a/netbox/templates/dcim/inc/rearport.html b/netbox/templates/dcim/inc/rearport.html index 424565b19..e180fa154 100644 --- a/netbox/templates/dcim/inc/rearport.html +++ b/netbox/templates/dcim/inc/rearport.html @@ -1,4 +1,4 @@ - + {# Checkbox #} {% if perms.dcim.change_rearport or perms.dcim.delete_rearport %} @@ -9,7 +9,7 @@ {# Name #} - {{ rearport }} + {{ rearport }} {# Type #}