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