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 !== null && value.toString().toLowerCase().includes(searchTermLC) diff --git a/src/app/content/hemat-app/master/master-duration-use/master-duration-use.component.html b/src/app/content/hemat-app/master/master-duration-use/master-duration-use.component.html index e041067..fd67cdb 100644 --- a/src/app/content/hemat-app/master/master-duration-use/master-duration-use.component.html +++ b/src/app/content/hemat-app/master/master-duration-use/master-duration-use.component.html @@ -90,7 +90,7 @@ ngx-datatable-cell-template let-value="value" > -

{{ value === "2" ? "Aktif" : "Tidak Aktif" }}

+

{{ value === "2" ? "Aktif" : "Nonaktif" }}