update html

This commit is contained in:
2025-02-07 23:38:49 -05:00
parent 02d03f4f3f
commit 067ce4d316
2 changed files with 7 additions and 9 deletions

View File

@ -22,10 +22,6 @@
<div class="device-info">
<span class="device-name">{{ device.name }}</span>
<span class="device-details">{{ device.ip }}</span>
<span class="device-type">{{ device.type }} ({{ device.connection_type }})</span>
{% if device.critical %}
<span class="critical-badge">Critical</span>
{% endif %}
</div>
</div>
{%- endfor %}