mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 00:58:16 -06:00
Link name of interface to the respective interface
This change allows to jump directly to the connected interface (i.e. the "other side of the connected cable") from an entry in the device's interfaces. This implements #2432.
This commit is contained in:
parent
b97597c645
commit
0fcbd64afa
@ -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