mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
11 lines
400 B
HTML
11 lines
400 B
HTML
<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="spacer"></span>
|
|
<button mat-button color="primary" (click)="cancelDownload()">
|
|
{{ 'CORE.DIALOG.DOWNLOAD_ZIP.ACTIONS.CANCEL' | translate }}
|
|
</button>
|
|
</div>
|