perbaikan tampilan monitoring room

This commit is contained in:
2024-04-24 16:35:16 +07:00
parent 074b1f9674
commit 49dc5613d2
13 changed files with 302 additions and 572 deletions

View File

@@ -97,12 +97,10 @@ export class DeviceComponent implements OnInit {
}
viewRow(row) {
console.log("View row:", row);
this.router.navigate(["/device/view", row.name]);
}
editRow(row) {
console.log("Edit row:", row);
this.router.navigate(["/device/edit", row.name]);
}