perrbaikan master
This commit is contained in:
@@ -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> 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>
|
||||
|
||||
Reference in New Issue
Block a user