diff --git a/netbox/templates/circuits/inc/circuit_termination.html b/netbox/templates/circuits/inc/circuit_termination.html index bb4b6e61d..989d8001c 100644 --- a/netbox/templates/circuits/inc/circuit_termination.html +++ b/netbox/templates/circuits/inc/circuit_termination.html @@ -25,69 +25,68 @@ Termination - {{ side }} Side
Site | -- {% if termination.site.region %} - {{ termination.site.region }} / - {% endif %} - {{ termination.site }} - | +Site | ++ {% if termination.site.region %} + {{ termination.site.region }} / + {% endif %} + {{ termination.site }} + |
Termination | -
- {% if termination.mark_connected %}
-
- Marked as connected
- {% elif termination.cable %}
-
-
-
-
- {% if perms.dcim.delete_cable %}
-
- Disconnect
-
- {% endif %}
-
-
- {{ termination.cable }}
- {% with peer=termination.get_cable_peer %}
- to
- {% if peer.device %}
- {{ peer.device }}- {% elif peer.circuit %} - {{ peer.circuit }} - {% endif %} - {{ peer }} - {% endwith %} - {% else %} - {% if perms.dcim.add_cable %} -
-
-
- {% endif %}
-
- |
- ||
Provider Network | -- {{ termination.provider_network }} - | -Termination | +
+ {% if termination.mark_connected %}
+
+ Marked as connected
+ {% elif termination.cable %}
+
+
+
+
+ {% if perms.dcim.delete_cable %}
+
+ Disconnect
+
+ {% endif %}
+
+ {{ termination.cable }}
+ {% with peer=termination.get_cable_peer %}
+ to
+ {% if peer.device %}
+ {{ peer.device }}+ {% elif peer.circuit %} + {{ peer.circuit }} + {% endif %} + {{ peer }} + {% endwith %} + {% elif perms.dcim.add_cable %} +
+
+
+ {% endif %}
+
+ |
+
+ {% else %}
+
Provider Network | ++ {{ termination.provider_network }} + | +||
Speed |