From a8c783bd1cf7a55666ade2795b3bd4358783c7dc Mon Sep 17 00:00:00 2001 From: Sander Steffann Date: Wed, 23 Oct 2019 13:09:25 +0200 Subject: [PATCH] Fix broken device link --- netbox/templates/dcim/inc/interface.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html index 15cd6552e..55f6aa4a8 100644 --- a/netbox/templates/dcim/inc/interface.html +++ b/netbox/templates/dcim/inc/interface.html @@ -78,7 +78,7 @@ {# RearPort has positions, FrontPort has rear port position #} {# Ending at a rear port isn't interesting if we know the front port #} - + {{ previous_endpoint.device }} {% with path=iface.via_endpoints|slice:":-1" %} @@ -86,7 +86,7 @@ {% endwith %} - + {{ previous_endpoint.name }}