feat: improve SAC UI layout, reports state, and hosts sorting
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+13
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user