feat: dashboard top hosts/types, problems 24h, drill-down (d2-2)

- Extend /dashboards/summary; Events filters from query (hostname, severity)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-28 10:01:07 +10:00
parent 249894d8e1
commit c8f357007f
7 changed files with 271 additions and 6 deletions
+34
View File
@@ -147,6 +147,40 @@ pre {
margin-bottom: 1.5rem;
}
.dashboard-panels {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1rem;
margin-bottom: 1.5rem;
}
.dash-panel {
background: #1a2332;
border: 1px solid #2a3441;
border-radius: 8px;
padding: 1rem;
}
.dash-panel h2 {
margin-top: 0;
font-size: 1rem;
}
.dash-table {
width: 100%;
}
.dash-table td:last-child,
.dash-table th:last-child {
text-align: right;
width: 5rem;
}
.muted {
color: #9aa4b2;
margin: 0;
}
.dash-card {
background: #1a2332;
border: 1px solid #2a3441;