mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-10 01:28:16 -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>
|
<span class="label label-primary">{{ iface.lag.name }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if iface.description %}
|
{% 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 %}
|
{% endif %}
|
||||||
<td>
|
<td>
|
||||||
{% if iface.description %}
|
{% if iface.description %}
|
||||||
|
Loading…
Reference in New Issue
Block a user