This commit is contained in:
Tomáš Pospíšek 2018-09-15 21:32:39 +00:00 committed by GitHub
commit feb48bfd85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,8 @@
{# Icon and name #} {# Icon and name #}
<td> <td>
<span title="{{ iface.get_form_factor_display }}"> <span title="{{ iface.get_form_factor_display }}{% if iface.untagged_vlan is not None %}
13 Access VLAN: {{ iface.untagged_vlan }}{% endif %}">
<i class="fa fa-fw fa-{% if iface.mgmt_only %}wrench{% elif iface.is_lag %}align-justify{% elif iface.is_virtual %}circle{% elif iface.is_wireless %}wifi{% else %}exchange{% endif %}"></i> <i class="fa fa-fw fa-{% if iface.mgmt_only %}wrench{% elif iface.is_lag %}align-justify{% elif iface.is_virtual %}circle{% elif iface.is_wireless %}wifi{% else %}exchange{% endif %}"></i>
<a href="{{ iface.get_absolute_url }}">{{ iface }}</a> <a href="{{ iface.get_absolute_url }}">{{ iface }}</a>
</span> </span>