feat: unify SSH and Windows daily report layout in SAC and UI

Agent-style report body for SAC aggregation; shared stats cards; RDP ban note in docs

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
PTah
2026-05-29 17:03:29 +10:00
parent 11195ae64f
commit 7ebbb9a9d1
8 changed files with 469 additions and 105 deletions
+13
View File
@@ -308,6 +308,19 @@ pre {
margin-top: 0.25rem;
}
.report-active-users {
list-style: none;
padding: 0;
margin: 0 0 1rem;
font-size: 0.9rem;
line-height: 1.5;
}
.report-active-users li {
padding: 0.2rem 0;
font-family: ui-monospace, monospace;
}
.report-body-html {
line-height: 1.55;
font-size: 0.95rem;