perbaikan icon control device
This commit is contained in:
parent
84dae31196
commit
71377f79cf
|
@ -131,8 +131,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<i
|
<i class="{{item.category_icon}} font-large-1 blue-grey d-block"
|
||||||
class="ri-lightbulb-flash-fill font-large-1 blue-grey d-block"
|
|
||||||
style="color: #bef264 !important"
|
style="color: #bef264 !important"
|
||||||
></i>
|
></i>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -195,8 +195,6 @@ export class DetailComponent {
|
||||||
.getDashboardTopCard(buildingId)
|
.getDashboardTopCard(buildingId)
|
||||||
.subscribe((res) => {
|
.subscribe((res) => {
|
||||||
this.topCard = res.data;
|
this.topCard = res.data;
|
||||||
console.log(this.topCard);
|
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
dataEnergyMonitoringSummary(buildingId) {
|
dataEnergyMonitoringSummary(buildingId) {
|
||||||
|
|
Loading…
Reference in New Issue