ui(audit): surface DEPLOYMENT category in admin filter dropdown

This commit is contained in:
hsiegeln
2026-04-23 13:49:31 +02:00
parent 571f85cd0f
commit fe1681e6e8

View File

@@ -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[]) {