From df1cd2339eef560ba972cd9dc13b6b7a05829066 Mon Sep 17 00:00:00 2001 From: Fuzi_fauzia Date: Tue, 23 Jul 2024 13:25:47 +0700 Subject: [PATCH] perbaikan master room dan detail monitoring --- src/app/_layout/footer/footer.component.html | 2 +- .../master-room/master-room.component.html | 16 +++ .../monitoring/detail/detail.component.html | 96 +++++++------ .../monitoring/detail/detail.component.ts | 127 +++++++++--------- src/app/login/login.component.html | 2 +- 5 files changed, 135 insertions(+), 108 deletions(-) diff --git a/src/app/_layout/footer/footer.component.html b/src/app/_layout/footer/footer.component.html index b9b8ae5..ac2eddd 100644 --- a/src/app/_layout/footer/footer.component.html +++ b/src/app/_layout/footer/footer.component.html @@ -13,7 +13,7 @@ href="https://allbestsistem.com/" target="_blank" style="background-color: #ffffff !important;" - >Smart Building Management Systems (V@2024-07-22.03) + >Smart Building Management Systems (V@2024-07-23.01)

diff --git a/src/app/content/hemat-app/master/master-room/master-room.component.html b/src/app/content/hemat-app/master/master-room/master-room.component.html index 0fc7a26..406a02c 100644 --- a/src/app/content/hemat-app/master/master-room/master-room.component.html +++ b/src/app/content/hemat-app/master/master-room/master-room.component.html @@ -79,6 +79,22 @@ + + + Code Room + + +

{{ value }}

+
+
+ +
@@ -6,20 +6,25 @@
-
+
Kwh Consumption

- {{ topCard?.kwh_consumption ? topCard?.kwh_consumption.toFixed(1) : 0 }} Kwh + {{ + topCard?.kwh_consumption + ? topCard?.kwh_consumption.toFixed(1) + : 0 + }} + Kwh

-
+
@@ -51,7 +56,7 @@
-
+
@@ -83,7 +88,7 @@
-
+
@@ -112,14 +117,17 @@
Summary Cost

{{ - summaryCost?.summary_cost ? (summaryCost?.summary_cost | currency : "Rp " : "symbol" : "1.0-0") : 0 + summaryCost?.summary_cost + ? (summaryCost?.summary_cost + | currency : "Rp " : "symbol" : "1.0-0") + : 0 }}

-
-
-
- - -
+
+
+
-
+

Temperature @@ -203,17 +204,22 @@

-
+
- +
-
+
-

- Humidity -

+

Humidity

@@ -240,14 +246,20 @@
@@ -282,7 +294,7 @@