penambahan UI detail monitoring building
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user