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 }}