added troub

This commit is contained in:
2025-02-07 20:31:56 -05:00
parent 9e091cd8fe
commit f3eab76c63
4 changed files with 71 additions and 12 deletions
+19
View File
@@ -67,4 +67,23 @@ body {
.status-down {
background-color: #EF4444;
}
.diagnostics-panel {
margin-top: 15px;
}
.diagnostic-item {
padding: 10px;
border-left: 4px solid var(--primary-color);
margin: 10px 0;
background: rgba(0,111,255,0.1);
}
.fiber-diagnostic {
border-color: #10B981;
}
.copper-diagnostic {
border-color: #F59E0B;
}