mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
adds description field check
This commit is contained in:
parent
f3bef47887
commit
36cc08c25e
@ -14,12 +14,14 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
{% customfield_value field value %}
|
{% customfield_value field value %}
|
||||||
|
{% if field.description %}
|
||||||
<i
|
<i
|
||||||
class="mdi mdi-information text-primary"
|
class="mdi mdi-information text-primary"
|
||||||
data-bs-toggle="tooltip"
|
data-bs-toggle="tooltip"
|
||||||
data-bs-placement="right"
|
data-bs-placement="right"
|
||||||
title="{{ field.description }}"
|
title="{{ field.description }}"
|
||||||
></i>
|
></i>
|
||||||
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user