diff --git a/netbox/templates/dcim/device_lldp_neighbors.html b/netbox/templates/dcim/device_lldp_neighbors.html index b3cc828b9..c08ecd4dc 100644 --- a/netbox/templates/dcim/device_lldp_neighbors.html +++ b/netbox/templates/dcim/device_lldp_neighbors.html @@ -22,7 +22,7 @@ {% for iface in interfaces %} - {{ iface }} + {{ iface }} {% if iface.connection %} {% with iface.get_connected_interface as connected_iface %}