mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 09:28:38 -06:00
Add lag description to lag column
This commit is contained in:
parent
c716ca1e87
commit
c1838104ae
@ -18,7 +18,7 @@
|
|||||||
{# LAG #}
|
{# LAG #}
|
||||||
<td>
|
<td>
|
||||||
{% if iface.lag %}
|
{% 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 %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user