diff --git a/ui/src/pages/Admin/AuditLogPage.tsx b/ui/src/pages/Admin/AuditLogPage.tsx index 1a0e1aa5..0ab59c3d 100644 --- a/ui/src/pages/Admin/AuditLogPage.tsx +++ b/ui/src/pages/Admin/AuditLogPage.tsx @@ -16,6 +16,7 @@ const CATEGORIES = [ { value: 'CONFIG', label: 'CONFIG' }, { value: 'RBAC', label: 'RBAC' }, { value: 'AGENT', label: 'AGENT' }, + { value: 'DEPLOYMENT', label: 'DEPLOYMENT' }, ]; function exportCsv(events: AuditEvent[]) {