|
|
@@ -86,11 +86,17 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
|
|
|
- <app-search-card
|
|
|
+ <!-- <app-search-card
|
|
|
[dataSource]="dataSource"
|
|
|
[disabled]="isLoading"
|
|
|
(dataValue)="dataSource = $event"
|
|
|
- />
|
|
|
+ /> -->
|
|
|
+
|
|
|
+ <mat-form-field class="w-100">
|
|
|
+ <mat-label>Buscador</mat-label>
|
|
|
+ <input matInput (keyup)="applyFilter($event)" placeholder="Ingrese la palabra a buscar">
|
|
|
+ <mat-icon matSuffix>search</mat-icon>
|
|
|
+ </mat-form-field>
|
|
|
</div>
|
|
|
<app-loading-card
|
|
|
[isLoading]="isLoadingEquipment"
|