fix gallery view sort drop down empty values (#2990)

restore recent in main pace
trashcan example demo shell add multi select
This commit is contained in:
Eugenio Romano
2018-02-23 17:37:15 +00:00
committed by GitHub
parent 69fd016d32
commit 8f471d8beb
12 changed files with 109 additions and 66 deletions

View File

@@ -8,17 +8,6 @@
</mat-select>
</mat-form-field>
</adf-toolbar-title>
<div fxFlex="0 1 auto" class="adf-document-action-buttons" fxShow fxHide.lt-sm="true">
<button mat-icon-button
(restore)="documentList.reload()"
[disabled]="!documentList.selection.length"
*ngIf="selectedSource === '-trashcan-'"
location="/files"
[adf-restore]="documentList.selection">
<mat-icon>restore</mat-icon>
</button>
</div>
</adf-toolbar>
<adf-document-list
[currentFolderId]="selectedSource"