diff --git a/src/app/content/hemat-app/master/master-building/master-building.component.html b/src/app/content/hemat-app/master/master-building/master-building.component.html index 64eaf7d..baba52d 100644 --- a/src/app/content/hemat-app/master/master-building/master-building.component.html +++ b/src/app/content/hemat-app/master/master-building/master-building.component.html @@ -151,7 +151,7 @@ let-value="value" >
- {{ value === 2 ? "Aktif" : "Tidak Aktif" }} + {{ value === 2 ? "Aktif" : "Nonaktif" }}
diff --git a/src/app/content/hemat-app/master/master-category/master-category.component.html b/src/app/content/hemat-app/master/master-category/master-category.component.html index 030697e..f10d791 100644 --- a/src/app/content/hemat-app/master/master-category/master-category.component.html +++ b/src/app/content/hemat-app/master/master-category/master-category.component.html @@ -105,7 +105,7 @@ ngx-datatable-cell-template let-value="value" > -{{ value === "2" ? "Aktif" : "Tidak Aktif" }}
+{{ value === "2" ? "Aktif" : "Nonaktif" }}
{{ value === "2" ? "Aktif" : "Tidak Aktif" }}
+{{ value === "2" ? "Aktif" : "Nonaktif" }}
- {{ value === "2" ? "Aktif" : "Tidak Aktif" }} + {{ value === "2" ? "Aktif" : "Nonaktif" }}
diff --git a/src/app/content/hemat-app/master/master-status/master-status.component.html b/src/app/content/hemat-app/master/master-status/master-status.component.html index e586ee5..29bf175 100644 --- a/src/app/content/hemat-app/master/master-status/master-status.component.html +++ b/src/app/content/hemat-app/master/master-status/master-status.component.html @@ -91,7 +91,7 @@ let-value="value" >- {{ value === "2" ? "Aktif" : "Tidak Aktif" }} + {{ value === "2" ? "Aktif" : "Nonaktif" }}
diff --git a/src/app/content/hemat-app/master/master-type/master-type.component.html b/src/app/content/hemat-app/master/master-type/master-type.component.html index e586ee5..29bf175 100644 --- a/src/app/content/hemat-app/master/master-type/master-type.component.html +++ b/src/app/content/hemat-app/master/master-type/master-type.component.html @@ -91,7 +91,7 @@ let-value="value" >- {{ value === "2" ? "Aktif" : "Tidak Aktif" }} + {{ value === "2" ? "Aktif" : "Nonaktif" }}
diff --git a/src/app/content/hemat-app/master/master-voltage/master-voltage.component.html b/src/app/content/hemat-app/master/master-voltage/master-voltage.component.html index e586ee5..29bf175 100644 --- a/src/app/content/hemat-app/master/master-voltage/master-voltage.component.html +++ b/src/app/content/hemat-app/master/master-voltage/master-voltage.component.html @@ -91,7 +91,7 @@ let-value="value" >- {{ value === "2" ? "Aktif" : "Tidak Aktif" }} + {{ value === "2" ? "Aktif" : "Nonaktif" }}