penambahan UI detail monitoring building

This commit is contained in:
2024-04-26 11:20:03 +07:00
parent e894196ebd
commit 3bd4e1df1c
4 changed files with 353 additions and 7 deletions

View File

@@ -84,10 +84,10 @@ export class BuildingComponent {
}
viewRow(row) {
this.router.navigate(["/monitoring/view-new-building", row.build_name]);
this.router.navigate(["/monitoring/view-new-building", row.id]);
}
editRow(row) {
this.router.navigate(["/monitoring/edit-new-building", row.build_name]);
this.router.navigate(["/monitoring/edit-new-building", row.id]);
}
}