mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
breadcrumb bug fixes (#3348)
This commit is contained in:
committed by
Eugenio Romano
parent
70d93805d4
commit
b599e3a41a
@@ -32,6 +32,11 @@
|
||||
<adf-sites-dropdown (change)="onSiteChange($event)" [hideMyFiles]="false" [relations]="'members'">
|
||||
</adf-sites-dropdown>
|
||||
</div>
|
||||
|
||||
<!-- demonstrates breadcrumb use outside of the toolbar -->
|
||||
<adf-breadcrumb root="Personal Files" [target]="documentList" [folderNode]="documentList.folderNode">
|
||||
</adf-breadcrumb>
|
||||
|
||||
<div class="document-list-container" fxLayout="row" fxLayoutAlign="start stretch" fxLayoutGap="16px">
|
||||
<adf-upload-drag-area fxFlex="1 1 auto"
|
||||
[disabled]="disableDragArea"
|
||||
|
Reference in New Issue
Block a user