UX improvements.

This commit is contained in:
2026-07-12 00:40:19 +00:00
parent 994c9fbfdf
commit 43d407bf2e
9 changed files with 552 additions and 267 deletions

View File

@@ -203,7 +203,7 @@ export interface CrowdSecDecision {
value: string;
type: string;
scope: string;
reason: string;
scenario: string;
origin: string;
duration?: string;
}