Add icons to panel headers in device lldp view

This commit is contained in:
bellwood 2016-07-13 22:33:16 -04:00 committed by GitHub
parent d54fbdffde
commit 6d9549297d

View File

@ -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 }}">