added troub

This commit is contained in:
2025-02-07 20:31:56 -05:00
parent 7b70f4a980
commit 112838d33a
5 changed files with 81 additions and 15 deletions

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;
}