diff --git a/src/app/content/hemat-app/device/add-edit-device/add-edit-device.component.html b/src/app/content/hemat-app/device/add-edit-device/add-edit-device.component.html index 7522d95..1a42f63 100644 --- a/src/app/content/hemat-app/device/add-edit-device/add-edit-device.component.html +++ b/src/app/content/hemat-app/device/add-edit-device/add-edit-device.component.html @@ -1,4 +1,4 @@ -
+
@@ -7,13 +7,13 @@
-
+
-

+

{{ isEditMode() ? "Edit Device" @@ -29,14 +29,14 @@ (ngSubmit)="onProjectInfoSubmit()" >
-

- +

+ General Information

-
-
@@ -96,7 +96,7 @@
-
@@ -129,7 +129,7 @@
-
- @@ -268,8 +268,8 @@ type="submit" class="btn btn-primary" style=" - color: #000000 !important; - background-color: #c3f164 !important; + color: #ffffff !important; + background-color: #37A647 !important; " (click)="saveEdit()" *ngIf="mode === 'edit'" diff --git a/src/app/content/hemat-app/monitoring/detail/detail.component.html b/src/app/content/hemat-app/monitoring/detail/detail.component.html index b719df4..5a600bd 100644 --- a/src/app/content/hemat-app/monitoring/detail/detail.component.html +++ b/src/app/content/hemat-app/monitoring/detail/detail.component.html @@ -112,8 +112,7 @@
Summary Cost

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