feat: add auto metric refresh
This commit is contained in:
@@ -334,6 +334,7 @@
|
||||
} catch { /* DB unavailable — stats stay as dashes */ }
|
||||
}
|
||||
loadStats();
|
||||
setInterval(() => loadStats(), 10_000);
|
||||
</script>
|
||||
<script>
|
||||
async function checkAuth() {
|
||||
|
||||
Reference in New Issue
Block a user