mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Trying html hidden for comment bubble
This commit is contained in:
parent
97ac9fa59d
commit
79eda3a55d
@ -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" aria-hidden="true" title="{{ iface.description }}"></i>
|
||||
<i class="fa fa-fw fa-comment-o" hidden="true" title="{{ iface.description }}"></i>
|
||||
{% endif %}
|
||||
<td>
|
||||
{% if iface.description %}
|
||||
|
Loading…
Reference in New Issue
Block a user