fix(hub): use green/red host status indicator at 85% CPU memory disk threshold

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-13 14:22:49 +08:00
parent c1e0e52f8c
commit 47910e6cb3
3 changed files with 20 additions and 16 deletions
+6 -2
View File
@@ -833,8 +833,12 @@ html[data-theme="light"] .host-metric-bar {
height: 100%;
width: 0%;
border-radius: inherit;
background: #3b82f6;
transition: width 0.35s ease;
background: #22c55e;
transition: width 0.35s ease, background 0.2s ease;
}
.host-metric-fill.ok {
background: #22c55e;
}
.host-metric-fill.warn {