integrasi building detail
This commit is contained in:
@@ -111,10 +111,10 @@
|
||||
type="button"
|
||||
class="btn btn-float btn-square btn-outline-secondary"
|
||||
triggers="hover:click:hover"
|
||||
ngbTooltip="Edit"
|
||||
ngbTooltip="CCTV"
|
||||
(click)="editRow(data)"
|
||||
>
|
||||
<i class="feather ft-edit"></i>
|
||||
<i class="feather ft-camera"></i>
|
||||
</button>
|
||||
|
||||
<button
|
||||
|
||||
@@ -91,7 +91,6 @@ export class BuildingComponent {
|
||||
}
|
||||
|
||||
viewRoom(row) {
|
||||
console.log(row);
|
||||
this.router.navigate(["/monitoring/monitoring-room", row.id]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user