feat: Problems API, ingest hook, and UI
This commit is contained in:
@@ -67,6 +67,22 @@ th {
|
||||
color: #7eb8ff;
|
||||
}
|
||||
|
||||
.status-open {
|
||||
color: #ff6b6b;
|
||||
}
|
||||
.status-acknowledged {
|
||||
color: #ffc857;
|
||||
}
|
||||
.status-resolved {
|
||||
color: #6bcb77;
|
||||
}
|
||||
|
||||
td.actions {
|
||||
display: flex;
|
||||
gap: 0.35rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.card {
|
||||
background: #1a2332;
|
||||
border: 1px solid #2a3441;
|
||||
|
||||
Reference in New Issue
Block a user