diff --git a/docs/release-notes/version-3.1.md b/docs/release-notes/version-3.1.md index 723a4bb23..432dbbcad 100644 --- a/docs/release-notes/version-3.1.md +++ b/docs/release-notes/version-3.1.md @@ -11,6 +11,7 @@ * [#7674](https://github.com/netbox-community/netbox/issues/7674) - Fix inadvertent application of device type context to virtual machines * [#8074](https://github.com/netbox-community/netbox/issues/8074) - Ordering VMs by name should reference naturalized value +* [#8079](https://github.com/netbox-community/netbox/issues/8079) - Fix validation of LLDP neighbors when connected device has an asset tag --- diff --git a/netbox/templates/dcim/device/lldp_neighbors.html b/netbox/templates/dcim/device/lldp_neighbors.html index b3b2eeae8..adf8efdce 100644 --- a/netbox/templates/dcim/device/lldp_neighbors.html +++ b/netbox/templates/dcim/device/lldp_neighbors.html @@ -31,12 +31,12 @@ {% for iface in interfaces %} - {{ iface }} + {{ iface }} {% if iface.connected_endpoint.device %} - + {{ iface.connected_endpoint.device }} - + {{ iface.connected_endpoint }} {% elif iface.connected_endpoint.circuit %}