feat: UI Problems list filters, detail card and event timeline (d2-1)

- Filters status/severity/hostname; /problems/:id with Ack/Resolve and timeline

- Dashboard drill-down to open problems

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-28 09:55:28 +10:00
parent 64b5ef297a
commit 249894d8e1
7 changed files with 206 additions and 9 deletions
+5
View File
@@ -94,6 +94,11 @@ td.actions {
margin-bottom: 1rem;
}
.timeline-table td:nth-child(5) {
max-width: 28rem;
word-break: break-word;
}
input,
select,
button {