Track System Activity
Back to dashboardEntries
= count($logs) ?> records| Time | Actor | Role | Action | Description | Target | IP |
|---|---|---|---|---|---|---|
| No activity found. | ||||||
| = esc($log['created_at']) ?> |
= esc(trim((string) ($log['actor_name'] ?? ''))) !== '' ? esc(trim((string) $log['actor_name'])) : 'System' ?>
= esc($log['actor_email'] ?? '') ?>
|
= esc($log['actor_role'] ?? '-') ?> | = esc($log['action']) ?> | = esc($log['description']) ?> | = esc(($log['target_type'] ?? '-') . ((isset($log['target_id']) && $log['target_id'] !== null) ? ' #' . $log['target_id'] : '')) ?> | = esc($log['ip_address'] ?? '-') ?> |