mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-10 01:28:16 -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>
|
<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" aria-hidden="true" title="{{ iface.description }}"></i>
|
<i class="fa fa-fw fa-comment-o" hidden="true" title="{{ iface.description }}"></i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<td>
|
<td>
|
||||||
{% if iface.description %}
|
{% if iface.description %}
|
||||||
|
Loading…
Reference in New Issue
Block a user