From eb1f523530e88cbf15eb613718c2e992541fc6c9 Mon Sep 17 00:00:00 2001 From: Regiaaaaaa Date: Mon, 15 Dec 2025 15:05:21 +0700 Subject: [PATCH] slicing: modal notification --- Views/DashboardSatpel/Index.cshtml | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/Views/DashboardSatpel/Index.cshtml b/Views/DashboardSatpel/Index.cshtml index ccf5dd6..51b16d9 100644 --- a/Views/DashboardSatpel/Index.cshtml +++ b/Views/DashboardSatpel/Index.cshtml @@ -2,6 +2,46 @@ ViewData["Title"] = "Dashboard Satpel"; } + + + + + + +
@@ -366,5 +406,11 @@ const bulan = $(this).val(); console.log('Filter bulan:', bulan); }); + + // Auto show modal notification on page load + const modal = document.getElementById('modalNotifikasi'); + if (modal) { + modal.showModal(); + } }); \ No newline at end of file