Filter recent activity to show only current user's activity

This commit is contained in:
2026-06-07 12:25:04 -04:00
parent e207ece614
commit 4448dec60d
2 changed files with 16 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ class DashboardController
})) : [];
}
$recentActivity = $this->auditService->getRecentActivity(10);
$recentActivity = $this->auditService->getRecentActivity(10, $userId);
$this->view->display('dashboard.index', [
'title' => 'Dashboard - ServerManager',