About to push

This commit is contained in:
2026-06-01 21:08:01 +01:00
parent 4224a535ef
commit 9607eac224
6 changed files with 319 additions and 3 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
{% for device in devices %}
{% set reading = latest.get(device.id) %}
{% set stat = stats.get(device.id) %}
<article class="metric-card">
<a class="metric-card metric-link" href="/devices/{{ device.id }}">
<div class="card-heading">
<h2>{{ device.name }}</h2>
<span>{{ device.device_type }}</span>
@@ -44,7 +44,7 @@
{% else %}
<p class="empty">Waiting for the first reading.</p>
{% endif %}
</article>
</a>
{% endfor %}
</section>