added python

This commit is contained in:
2026-04-25 17:00:52 -05:00
parent 15de7b7f29
commit 0028475380
3 changed files with 147 additions and 2 deletions
+21
View File
@@ -559,4 +559,25 @@ a:hover {
align-items: flex-start;
gap: 0.5rem;
}
}
.mini-status.online {
background: var(--accent-2);
box-shadow: 0 0 16px rgba(142, 240, 207, 0.9);
}
.mini-status.warning {
background: var(--warning);
box-shadow: 0 0 16px rgba(242, 204, 96, 0.9);
}
.mini-status.offline {
background: #ff5f56;
box-shadow: 0 0 16px rgba(255, 95, 86, 0.9);
}
.noc-system-card small + small {
color: var(--muted);
font-weight: 500;
margin-top: 0.25rem;
}