mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Add icons to panel headers in device lldp view
This commit is contained in:
parent
d54fbdffde
commit
6d9549297d
@ -22,7 +22,7 @@
|
||||
<tbody>
|
||||
{% for iface in interfaces %}
|
||||
<tr id="{{ iface }}">
|
||||
<td>{{ iface }}</td>
|
||||
<td><i class="fa fa-fw fa-exchange"></i> {{ iface }}</td>
|
||||
{% if iface.connection %}
|
||||
{% with iface.get_connected_interface as connected_iface %}
|
||||
<td class="configured_device" data="{{ connected_iface.device }}">
|
||||
|
Loading…
Reference in New Issue
Block a user