From 6d9549297d5779dda017cfa09910080df8c550d7 Mon Sep 17 00:00:00 2001 From: bellwood Date: Wed, 13 Jul 2016 22:33:16 -0400 Subject: [PATCH] Add icons to panel headers in device lldp view --- netbox/templates/dcim/device_lldp_neighbors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}