Hide comment bubble by default

This commit is contained in:
Joseph Kennedy 2017-08-28 17:35:22 -04:00
parent da1ade224e
commit 97ac9fa59d

View File

@ -11,7 +11,7 @@
<span class="label label-primary">{{ iface.lag.name }}</span>
{% endif %}
{% if iface.description %}
<i class="fa fa-fw fa-comment-o" title="{{ iface.description }}"></i>
<i class="fa fa-fw fa-comment-o" aria-hidden="true" title="{{ iface.description }}"></i>
{% endif %}
<td>
{% if iface.description %}