diff --git a/apps/web/src/components/admin/AdminAuditLogsView.tsx b/apps/web/src/components/admin/AdminAuditLogsView.tsx index 18f65d5b4..4a9ce5b7f 100644 --- a/apps/web/src/components/admin/AdminAuditLogsView.tsx +++ b/apps/web/src/components/admin/AdminAuditLogsView.tsx @@ -34,7 +34,7 @@ export const AdminAuditLogsView: React.FC = () => {

AUDIT PROTOCOL

-

Global Immutable Ledger

+

Global Immutable Ledger

- +
- + @@ -75,14 +75,14 @@ export const AdminAuditLogsView: React.FC = () => { ) : logs.length === 0 ? ( - ) : ( logs.map((log) => ( - -
Timestamp User Action
+ No temporal data packets recovered.
+ {format(new Date(log.timestamp), 'MMM dd, HH:mm:ss')} @@ -97,9 +97,9 @@ export const AdminAuditLogsView: React.FC = () => { - {log.resource} #{log.resource_id?.slice(0, 8)} + {log.resource} #{log.resource_id?.slice(0, 8)} + {JSON.stringify(log.context)} @@ -107,7 +107,7 @@ export const AdminAuditLogsView: React.FC = () => { {log.ip_address} - + {log.user_agent} @@ -121,7 +121,7 @@ export const AdminAuditLogsView: React.FC = () => { {/* Pagination placeholder */}
- + Packet: {logs.length} / Total: {total}