Browse Source

Add lag description to lag column

Jeremy Stretch 7 years ago
parent
commit
c1838104ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netbox/templates/dcim/inc/interface.html

+ 1 - 1
netbox/templates/dcim/inc/interface.html

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