fixes #2423 - interface connection links

This commit is contained in:
John Anderson
2018-09-15 17:23:58 -04:00
parent b97597c645
commit 57b225b680
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
<a href="{% url 'dcim:device' pk=connected_iface.device.pk %}">{{ connected_iface.device }}</a>
</td>
<td>
<span title="{{ connected_iface.get_form_factor_display }}">{{ connected_iface }}</span>
<a href="{% url 'dcim:interface' pk=connected_iface.pk %}"><span title="{{ connected_iface.get_form_factor_display }}">{{ connected_iface }}</span></a>
</td>
{% endwith %}
{% elif iface.circuit_termination %}