Audit Log Table
A structured, inspectable record of actor, action, target, timestamp, and outcome for governed AI workflows.
| Time | Actor | Action | Target | Outcome |
|---|---|---|---|---|
| 10:42 | Sales agent | Enriched account | Northstar | success |
| 10:45 | Amro | Requested approval | Outbound sequence | pending |
Installation
npm install @amro-ui/reactUsage
A structured, inspectable record of actor, action, target, timestamp, and outcome for governed AI workflows.
Package
import { AuditLogTable } from "@amro-ui/react";
<AuditLogTable />shadcn copy
import { AuditLogTable } from "@/components/ui/audit-log-table";
<AuditLogTable />