mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 17:18:16 -06:00
Merge 0fcbd64afa
into b97597c645
This commit is contained in:
commit
fa089647c8
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user