diff --git a/netbox/dcim/tables/template_code.py b/netbox/dcim/tables/template_code.py index 5b76b88da..c8da868b9 100644 --- a/netbox/dcim/tables/template_code.py +++ b/netbox/dcim/tables/template_code.py @@ -65,7 +65,7 @@ MPTT_LINK = """ POWERFEED_CABLE = """ {{ value }} - + """ @@ -77,7 +77,7 @@ POWERFEED_CABLETERMINATION = """ """ RACKGROUP_ELEVATIONS = """ - + """ @@ -93,24 +93,24 @@ UTILIZATION_GRAPH = """ CONSOLEPORT_BUTTONS = """ {% if record.cable %} - + {% include 'dcim/inc/cable_toggle_buttons.html' with cable=record.cable %} {% if perms.dcim.delete_cable %} - + {% endif %} {% elif perms.dcim.add_cable %} - - + + - -