1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Add lag description to lag column

This commit is contained in:
Jeremy Stretch
2018-11-07 12:20:14 -05:00
parent c716ca1e87
commit c1838104ae

View File

@@ -18,7 +18,7 @@
{# LAG #}
<td>
{% if iface.lag %}
<a href="#iface_{{ iface.lag }}" class="label label-default">{{ iface.lag }}</a>
<a href="#iface_{{ iface.lag }}" class="label label-default" title="{{ iface.lag.description }}">{{ iface.lag }}</a>
{% endif %}
</td>