mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Hide comment bubble by default
This commit is contained in:
parent
da1ade224e
commit
97ac9fa59d
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user