diff --git a/web/src/routes/console/admin/audit-log/+page.svelte b/web/src/routes/console/admin/audit-log/+page.svelte index df70e895..40fd55fd 100644 --- a/web/src/routes/console/admin/audit-log/+page.svelte +++ b/web/src/routes/console/admin/audit-log/+page.svelte @@ -1,21 +1,450 @@ -
View authentication events, user actions, and administrative changes across the platform.
-Coming soon
+ + +{error}
+ +No audit log entries
+No events match the selected filters.
+| Time | +User | +Action | +Details | +IP Address | +
|---|---|---|---|---|
| + {relativeTime(entry.created_at)} + | +{displayUser(entry)} | ++ + {formatAction(entry.action)} + + | +{formatMetadata(entry.metadata, entry.action)} | +{entry.ip_address || '\u2014'} | +