feat: add actor user column to events and dashboard tables

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
PTah
2026-06-10 10:11:04 +10:00
parent f9d56621f6
commit 77e167b6e3
8 changed files with 128 additions and 12 deletions
+1
View File
@@ -54,6 +54,7 @@ class EventSummary(BaseModel):
severity: str
title: str
summary: str
actor_user: str | None = None
model_config = {"from_attributes": True}