Total Entries
= esc($totalLogs) ?>
Action Types
= esc(count($actionSummary)) ?>
Actor Roles
= esc(count($roleSummary)) ?>
Recent Activity
Latest actions recorded from the application.
| Timestamp | Actor | Role | Action | Target | Description | IP |
|---|---|---|---|---|---|---|
| No activity logs found matching your criteria. | ||||||
|
= esc(date('M d, Y', strtotime($log['activity_at']))) ?>
= esc(date('H:i:s', strtotime($log['activity_at']))) ?>
|
= strtoupper(substr(!empty($log['actor_name']) ? $log['actor_name'] : 'G', 0, 1)) ?>
= esc($log['actor_name'] ?? 'Guest') ?>
|
= esc($log['activity_user_type'] ?? 'guest') ?> | = esc(str_replace('_', ' ', $log['action'])) ?> | = esc($log['target_user_type']) ?> #= esc($log['target_user_id']) ?> - |
= esc($log['description'] ?? '-') ?>
|
= esc($log['ip'] ?? '-') ?>
|