diff --git a/netbox/templates/dcim/cable_trace.html b/netbox/templates/dcim/cable_trace.html index f7cbe2119..4e82568b7 100644 --- a/netbox/templates/dcim/cable_trace.html +++ b/netbox/templates/dcim/cable_trace.html @@ -6,44 +6,48 @@ {% block content %}
Select a node below to continue:
-Select a node below to continue:
+Total segments | +{{ traced_path|length }} | +
---|---|
Total length | ++ {% if total_length %} + {{ total_length|floatformat:"-2" }}{% if not is_definitive %}+{% endif %} Meters / + {{ total_length|meters_to_feet|floatformat:"-2" }} Feet + {% else %} + N/A + {% endif %} + | +