perrbaikan master

This commit is contained in:
2024-07-03 13:25:25 +07:00
parent a1b259ac9f
commit 4b023b2527
9 changed files with 17 additions and 8 deletions

View File

@@ -23,6 +23,11 @@
<div class="col-md-6 text-right">
<button
class="btn btn-secondary"
style="
color: #000000 !important;
border-color: #bef264 !important;
background-color: #bef264 !important;
"
(click)="openAddMasterModal()"
>
<i class="feather ft-plus"></i>&nbsp; Add new master
@@ -81,7 +86,7 @@
let-value="value"
>
<p style="color: #ffffff">
{{ value === "2" ? "Aktif" : "Tidak Aktif" }}
{{ value === "2" ? "Aktif" : "Nonaktif" }}
</p>
</ng-template>
</ngx-datatable-column>