Uploaded over Uploading title (#4157)

This commit is contained in:
Cilibiu Bogdan
2019-01-15 17:45:24 +02:00
committed by Eugenio Romano
parent 7d061b2c11
commit baf9204a04
2 changed files with 2 additions and 14 deletions

View File

@@ -19,7 +19,7 @@
<span
class="adf-upload-dialog__title"
*ngIf="!uploadList.isUploadCompleted() && !uploadList.isUploadCancelled()">
*ngIf="!uploadList.isUploadCancelled()">
{{ 'FILE_UPLOAD.MESSAGES.UPLOAD_PROGRESS'
| translate: {
completed: totalCompleted,
@@ -28,17 +28,6 @@
}}
</span>
<span
class="adf-upload-dialog__title"
*ngIf="uploadList.isUploadCompleted()">
{{ 'FILE_UPLOAD.MESSAGES.UPLOAD_COMPLETED'
| translate: {
completed: totalCompleted,
total: filesUploadingList.length
}
}}
</span>
<span
class="adf-upload-dialog__title"
*ngIf="uploadList.isUploadCancelled()">