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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user