diff --git a/netbox/templates/dcim/cable_trace.html b/netbox/templates/dcim/cable_trace.html index fc637f9ef..1e7210e9a 100644 --- a/netbox/templates/dcim/cable_trace.html +++ b/netbox/templates/dcim/cable_trace.html @@ -48,21 +48,50 @@ {% endif %} - {% if not forloop.last %}
Select a termination to continue:
-Port | +Connected | +Type | +Description | +
---|---|---|---|
{{ termination }} | ++ {% if termination.cable %} + + {% else %} + + {% endif %} + | +{{ termination.get_type_display }} | +{{ termination.description|placeholder }} | +