From 0fcbd64afa5350acced4503a4712943ac854084e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Posp=C3=AD=C5=A1ek?= Date: Sat, 15 Sep 2018 18:59:11 +0200 Subject: [PATCH] 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. --- netbox/templates/dcim/inc/interface.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html index 44da7cbc2..103b71298 100644 --- a/netbox/templates/dcim/inc/interface.html +++ b/netbox/templates/dcim/inc/interface.html @@ -44,7 +44,9 @@ {{ connected_iface.device }} - {{ connected_iface }} + + {{ connected_iface }} + {% endwith %} {% elif iface.circuit_termination %}