Rename description field so we can hide it...

This commit is contained in:
Joseph Kennedy 2017-08-28 15:32:27 -04:00
parent 80e56e4fd8
commit d274f3e9c0

View File

@ -15,7 +15,7 @@
{% endif %}
<td>
{% if iface.description %}
<span title="{{ iface.description }}">{{ iface.description }}</span>
<span title="iface.description">{{ iface.description }}</span>
{% endif %}
</td>
</td>