sligh changed to dashbaord

This commit is contained in:
bot
2026-04-05 11:29:59 +03:00
parent 5c0ec8cc5a
commit 2636ea1e11
10 changed files with 364 additions and 42 deletions
+10
View File
@@ -470,6 +470,16 @@ thead th.sort-active::after { content: ' ' attr(data-arrow); }
margin-bottom: 6px;
}
/* ── Deauth heatmap ── */
#deauth-heatmap {
display: block;
background: var(--bg-panel);
border: 1px solid var(--border);
}
.reason-normal { color: var(--text-dim); }
.reason-suspicious { color: var(--orange); }
.reason-attack { color: #e74c3c; font-weight: 500; }
/* ── Alerts ── */
.alerts-summary {
display: flex;