|
|
|
@ -47,7 +47,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<div style="position: absolute; margin-left: -8px; margin-top: 5px; scale: 0.8">
|
|
|
|
|
<div style="position: absolute; margin-left: 8px; margin-top: 5px; scale: 0.8">
|
|
|
|
|
<mat-form-field>
|
|
|
|
|
<mat-label><ng-container i18n="File type">File type</ng-container></mat-label>
|
|
|
|
|
<mat-select color="accent" [(ngModel)]="fileTypeFilter" (selectionChange)="fileTypeFilterChanged($event.value)">
|
|
|
|
@ -62,4 +62,4 @@
|
|
|
|
|
[pageSizeOptions]="[5, 10, 25, 100, this.paged_data && this.paged_data.length > 100 ? this.paged_data.length : 250]">
|
|
|
|
|
</mat-paginator>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|