fix: Log viewer auto-refresh

Entire-Checkpoint: 0fc6e5388e08
This commit is contained in:
2026-03-28 06:45:03 +01:00
parent 280289185a
commit 3d99aec185

View File

@@ -57,7 +57,7 @@
let entries = $state([]);
let loading = $state(false);
let error = $state(null);
let timer = $state(null);
let timer = null;
function levelColor(priority) {
if (priority <= 2) return "danger";