add autorefresh, remove leftover query

This commit is contained in:
Christoph Kluge
2025-12-15 13:55:02 +01:00
parent 79e1c236fe
commit c5aff1a2ca
4 changed files with 69 additions and 101 deletions

View File

@@ -402,7 +402,7 @@
to = new Date(Date.now());
if (interval) stackedFrom += Math.floor(interval / 1000);
else stackedFrom += 1 // Workaround: TineSelection not linked, just trigger new data on manual refresh
else stackedFrom += 1 // Workaround: TimeSelection not linked, just trigger new data on manual refresh
}}
/>
</Col>