Display devices and there status

This commit is contained in:
Peter Stockings
2023-01-24 20:16:12 +11:00
parent a0969c63db
commit 5dc2b866f4
5 changed files with 52 additions and 0 deletions

View File

@@ -15,6 +15,8 @@
<div class="h-full w-full bg-gray-50 relative overflow-y-auto">
<main>
<div class="px-4 container mx-auto pt-8" id="container">
<div hx-get="{{ url_for('devices') }}" hx-trigger="load">
</div>
<div hx-get="{{ url_for('overview') }}" hx-trigger="load, every 2s">
</div>
</div>