Build soundbox monitoring dashboard

This commit is contained in:
Wira Basalamah
2026-06-05 22:43:36 +07:00
parent df837b3ff9
commit 60b1537c4c
4 changed files with 406 additions and 17 deletions

View File

@ -261,7 +261,7 @@
password: passInput.value
})
.then(() => {
window.location.href = '/ui/admin-dashboard-overview';
window.location.href = '/ui/soundbox-ops';
})
.catch((error) => {
feedback.textContent = error?.message || 'Login gagal';