diff --git a/components/settings/OrganizationSettings.tsx b/components/settings/OrganizationSettings.tsx index 0d98723..1b6974e 100644 --- a/components/settings/OrganizationSettings.tsx +++ b/components/settings/OrganizationSettings.tsx @@ -408,8 +408,8 @@ export default function OrganizationSettings() { - {/* Content Area */} -
+ {/* Content Area - no min-w-0 so it uses full available width and table doesn't get cramped */} +
No audit events found.
) : (
- +
- - - - - + + + + + {(auditEntries ?? []).map((entry) => ( - - - + ))}
Log IDTimeActorActionResourceLog IDTimeActorActionResource
+ {entry.id} {new Date(entry.occurred_at).toLocaleString()} + {entry.actor_email || entry.actor_id || 'System'} {entry.action}{entry.action} {entry.resource_type}