feat: improve SAC UI layout, reports state, and hosts sorting

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
PTah
2026-05-28 13:17:37 +10:00
parent d4bf6e536c
commit 81cf9c46b3
7 changed files with 365 additions and 103 deletions
+13 -3
View File
@@ -18,9 +18,10 @@ a {
}
.layout {
max-width: 1200px;
margin: 0 auto;
padding: 1rem 1.25rem 2rem;
width: 100%;
max-width: none;
margin: 0;
padding: 1rem 1rem 2rem;
}
nav {
@@ -59,6 +60,15 @@ th {
font-weight: 600;
}
.th-sort {
background: transparent;
border: 0;
color: inherit;
padding: 0;
cursor: pointer;
font-weight: 600;
}
.sev-critical,
.sev-high {
color: #ff6b6b;