mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 09:08:15 -06:00
Merge b950883254
into e965adad7c
This commit is contained in:
commit
feb48bfd85
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user