mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08: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>
|
<tbody>
|
||||||
{% for iface in interfaces %}
|
{% for iface in interfaces %}
|
||||||
<tr id="{{ iface }}">
|
<tr id="{{ iface }}">
|
||||||
<td>{{ iface }}</td>
|
<td><i class="fa fa-fw fa-exchange"></i> {{ iface }}</td>
|
||||||
{% if iface.connection %}
|
{% if iface.connection %}
|
||||||
{% with iface.get_connected_interface as connected_iface %}
|
{% with iface.get_connected_interface as connected_iface %}
|
||||||
<td class="configured_device" data="{{ connected_iface.device }}">
|
<td class="configured_device" data="{{ connected_iface.device }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user