|
@@ -48,6 +48,9 @@
|
|
|
</div>
|
|
</div>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
<a href="{{ termination.cable.get_absolute_url }}">{{ termination.cable }}</a>
|
|
<a href="{{ termination.cable.get_absolute_url }}">{{ termination.cable }}</a>
|
|
|
|
|
+ <a href="{% url 'circuits:circuittermination_trace' pk=termination.pk %}" class="btn btn-primary btn-xs" title="Trace">
|
|
|
|
|
+ <i class="fa fa-share-alt" aria-hidden="true"></i>
|
|
|
|
|
+ </a>
|
|
|
{% if termination.connected_endpoint %}
|
|
{% if termination.connected_endpoint %}
|
|
|
to <a href="{% url 'dcim:device' pk=termination.connected_endpoint.device.pk %}">{{ termination.connected_endpoint.device }}</a>
|
|
to <a href="{% url 'dcim:device' pk=termination.connected_endpoint.device.pk %}">{{ termination.connected_endpoint.device }}</a>
|
|
|
<i class="fa fa-angle-right"></i> {{ termination.connected_endpoint }}
|
|
<i class="fa fa-angle-right"></i> {{ termination.connected_endpoint }}
|