feat: add actor user column to events and dashboard tables
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -168,6 +168,7 @@ export interface EventSummary {
|
||||
severity: string;
|
||||
title: string;
|
||||
summary: string;
|
||||
actor_user?: string | null;
|
||||
}
|
||||
|
||||
export interface EventListResponse {
|
||||
|
||||
Reference in New Issue
Block a user