mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* [ADF-1443] Refactor Download directive * [ADF-1443] Node Download Directive now accepts single node and an array as input * [ADF-1443] Fix Unit tests * [ADF-1443] Fix unit test related to viewer component
11 lines
423 B
HTML
Executable File
11 lines
423 B
HTML
Executable File
<h1 matDialogTitle>{{ 'CORE.DIALOG.DOWNLOAD_ZIP.TITLE' | translate }}</h1>
|
|
<div mat-dialog-content>
|
|
<mat-progress-bar color="primary" mode="indeterminate"></mat-progress-bar>
|
|
</div>
|
|
<div mat-dialog-actions>
|
|
<span class="adf-spacer"></span>
|
|
<button mat-button color="primary" id="cancel-button" (click)="cancelDownload()">
|
|
{{ 'CORE.DIALOG.DOWNLOAD_ZIP.ACTIONS.CANCEL' | translate }}
|
|
</button>
|
|
</div>
|