feat(waf): ausgeschlossene Regeln grün + Bereits-Ausnahme-Tag — v1.2.84

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-06-03 13:52:03 +02:00
parent 134466293d
commit 025854150d
5 changed files with 32 additions and 8 deletions

View File

@@ -3057,6 +3057,15 @@ h1, h2, h3, h4, h5, h6 {
border-radius: 0 !important;
}
/* ── WAF Alert rows ──────────────────────────────────────────────────── */
.waf-alert-row--excluded > td {
background: #F0FDF4 !important;
color: #15803D !important;
}
.waf-alert-row--excluded:hover > td {
background: #DCFCE7 !important;
}
/* ── Firewall Filter-Bar ─────────────────────────────────────────────── */
.fw-filter-bar {
display: flex;