Fix mobile view scrobble history
This commit is contained in:
parent
830594b193
commit
5e47a011f1
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
[sorts]="[{prop: 'createdUtc', dir: 'desc'}]"
|
[sorts]="[{prop: 'createdUtc', dir: 'desc'}]"
|
||||||
>
|
>
|
||||||
|
|
||||||
<ngx-datatable-column prop="select" [sortable]="false" [draggable]="false" [resizeable]="false" [width]="50">
|
<ngx-datatable-column prop="select" [sortable]="false" [draggable]="false" [resizeable]="false">
|
||||||
<ng-template let-column="column" ngx-datatable-header-template>
|
<ng-template let-column="column" ngx-datatable-header-template>
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<input id="select-all" type="checkbox" class="form-check-input"
|
<input id="select-all" type="checkbox" class="form-check-input"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue