Make device list live and add cursor pointer to breadcrumbs
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<div class="h-full w-full bg-gray-50 relative overflow-y-auto container mx-auto">
|
||||
<main>
|
||||
<div class="px-4 pt-8" id="container">
|
||||
<div hx-get="{{ url_for('devices') }}" hx-trigger="load">
|
||||
<div hx-get="{{ url_for('devices') }}" hx-trigger="load, every 5s">
|
||||
<div class="flex justify-center">
|
||||
<div role="status">
|
||||
<svg aria-hidden="true"
|
||||
|
||||
Reference in New Issue
Block a user