Display devices and there status
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user