From 031bbac3a4a8207ed3e783706313e69a65507e2f Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Tue, 18 Nov 2025 10:53:13 +0900 Subject: [PATCH] trafficmonitor init...2 --- app/Controllers/Admin/Home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Admin/Home.php b/app/Controllers/Admin/Home.php index 9c986e7..e634369 100644 --- a/app/Controllers/Admin/Home.php +++ b/app/Controllers/Admin/Home.php @@ -20,7 +20,7 @@ class Home extends AdminController foreach (service('trafficservice')->getEntities(['status' => STATUS['AVAILABLE']]) as $entity) $dashboards[] = $this->action_render_process( ['admin', 'traffic'], - 'traffic' . DIRECTORY_SEPARATOR . 'dashboard', + 'dashboard', ['entity' => $entity] ); return $this->action_render_process(