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>
|
||||
<td>
|
||||
{% customfield_value field value %}
|
||||
{% if field.description %}
|
||||
<i
|
||||
class="mdi mdi-information text-primary"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-placement="right"
|
||||
title="{{ field.description }}"
|
||||
></i>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user