From 09b76ec07940050ea43f80e2a4c91017eebc315a Mon Sep 17 00:00:00 2001 From: Regiaaaaaa Date: Mon, 15 Dec 2025 15:11:28 +0700 Subject: [PATCH] slicing: modal notification --- Views/DashboardSudin/Index.cshtml | 46 +++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/Views/DashboardSudin/Index.cshtml b/Views/DashboardSudin/Index.cshtml index 5c85d23..9884b01 100644 --- a/Views/DashboardSudin/Index.cshtml +++ b/Views/DashboardSudin/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