perbaikan cost management service
This commit is contained in:
@@ -168,8 +168,10 @@
|
||||
type="button"
|
||||
class="btn btn-outline-success ml-2"
|
||||
(click)="doFilter()"
|
||||
[disabled]="spinnerFilterActive"
|
||||
>
|
||||
<i class="la la-search"></i>
|
||||
<i class="la la-search" *ngIf="!spinnerFilterActive"></i>
|
||||
<i class="la la-spinner spinner" *ngIf="spinnerFilterActive"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -358,15 +360,9 @@
|
||||
>
|
||||
<button
|
||||
class="btn btn-sm btn-warning mr-1"
|
||||
(click)="editRow(row)"
|
||||
(click)="viewRow(row)"
|
||||
>
|
||||
<i class="ficon feather ft-edit"></i>
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-sm btn-danger"
|
||||
(click)="deleteRow(row)"
|
||||
>
|
||||
<i class="ficon feather ft-trash-2"></i>
|
||||
<i class="ficon feather ft-eye"></i>
|
||||
</button>
|
||||
</ng-template>
|
||||
</ngx-datatable-column>
|
||||
|
||||
Reference in New Issue
Block a user