systemd: parse static machines list, render placeholders (step 3)
This commit is contained in:
parent
3fb9a36f3b
commit
6224d86965
3 changed files with 68 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue