fixes and improvements

This commit is contained in:
2026-05-07 12:34:16 +02:00
parent 2ecca84892
commit bba23165ab
14 changed files with 860 additions and 158 deletions
+1 -3
View File
@@ -63,9 +63,7 @@ export function Monitoring() {
Fleet overview
</Typography>
<Typography variant="caption" color="text.secondary">
{poller?.worker_running
? `Poller running · ${poller.interval_seconds}s`
: "Poller stopped"}
{poller?.worker_running ? "running" : "stopped"}
</Typography>
</Stack>