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