mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
parent
d55f02b25f
commit
3444dc503d
@ -75,7 +75,13 @@
|
|||||||
{% for k, v in object.attributes.items %}
|
{% for k, v in object.attributes.items %}
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">{{ k }}</th>
|
<th scope="row">{{ k }}</th>
|
||||||
<td>{{ v|placeholder }}</td>
|
<td>
|
||||||
|
{% if v is True or v is False %}
|
||||||
|
{% checkmark v %}
|
||||||
|
{% else %}
|
||||||
|
{{ v|placeholder }}
|
||||||
|
{% endif %}
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user