systemd: parse static machines list, render placeholders (step 3)

This commit is contained in:
Damocles 2026-05-07 20:00:39 +02:00
parent 3fb9a36f3b
commit 6224d86965
3 changed files with 68 additions and 2 deletions

View file

@ -91,6 +91,8 @@ Column {
return NS.ThemeService.base0B;
if (st === "degraded")
return NS.ThemeService.base0A;
if (st === "pending")
return NS.ThemeService.base04;
return NS.ThemeService.base08;
}
opacity: 0.85