{% if devices %} {% for device in devices %}{% include "devices/_device_row_pair.html" %}{% endfor %}
Device ID Type Status Location Last Seen
{% else %}

No devices registered yet

Devices will appear here as they connect to the network

{% endif %} {# Out-of-band card refresh: each htmx swap of #live-devices also updates the header counters in place, so they don't freeze at the value captured during the initial dashboard render. #} {{ online_count }} {{ registered_count }} {{ creds_count }}