penambahan page monitoring building dan monitoring room
This commit is contained in:
@@ -5,6 +5,23 @@
|
||||
</div>
|
||||
<div class="content-body">
|
||||
<section id="social-cards">
|
||||
<div class="row mb-2">
|
||||
<div class="col-md-6">
|
||||
<input
|
||||
type="text"
|
||||
class="form-control"
|
||||
placeholder="Search..."
|
||||
/>
|
||||
</div>
|
||||
<div class="col-md-6 text-right">
|
||||
<button
|
||||
class="btn btn-secondary"
|
||||
[routerLink]="['/monitoring/add-new-room']"
|
||||
>
|
||||
<i class="feather ft-plus"></i> Add new building
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-2">
|
||||
<div class="col-xl-4 col-md-6 col-12" *ngFor="let data of dataArray">
|
||||
<div class="card">
|
||||
|
||||
@@ -31,6 +31,24 @@ export class BuildingComponent {
|
||||
labels: [],
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
build_name: "PT Ikea",
|
||||
total: "342",
|
||||
donut: {
|
||||
series: [50, 50],
|
||||
labels: [],
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
build_name: "PT Tokopedia",
|
||||
total: "342",
|
||||
donut: {
|
||||
series: [90, 10],
|
||||
labels: [],
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
constructor(private chartApiservice: ChartApiService) {}
|
||||
|
||||
Reference in New Issue
Block a user