This commit is contained in:
Tomáš Pospíšek 2018-09-15 16:59:58 +00:00 committed by GitHub
commit fa089647c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,9 @@
<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>
<span title="{{ connected_iface.get_form_factor_display }}">
<a href="https://netbox.ms.shkb/dcim/interfaces/{{ connected_iface.id }}/edit/">{{ connected_iface }}</a>
</span>
</td>
{% endwith %}
{% elif iface.circuit_termination %}