From 86b0722df600fce33104d12bd3001d5e799fa344 Mon Sep 17 00:00:00 2001 From: mikael-zakaria Date: Wed, 12 Nov 2025 10:14:35 +0700 Subject: [PATCH] Update Comments dan API DASHBOARD --- app/Controllers/ApiDashboard.php | 2 +- app/Views/admin/index.php | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/app/Controllers/ApiDashboard.php b/app/Controllers/ApiDashboard.php index e7c321d..8172750 100644 --- a/app/Controllers/ApiDashboard.php +++ b/app/Controllers/ApiDashboard.php @@ -17,7 +17,7 @@ class ApiDashboard extends ResourceController $results = $query->getResultArray(); $data['data'] = $results; - return $this->respond($data,200); + return $this->respond($data, 200); } diff --git a/app/Views/admin/index.php b/app/Views/admin/index.php index 8367dd2..0fd05ff 100644 --- a/app/Views/admin/index.php +++ b/app/Views/admin/index.php @@ -189,7 +189,7 @@
2
-
Printed Notcomplete
+
Printed
Not complete
@@ -225,7 +225,7 @@ - +
@@ -425,13 +425,11 @@ - -
- +
@@ -447,4 +445,10 @@ endSection() ?> section('script') ?> + endSection() ?> \ No newline at end of file