SUPPORT-8381: add progress percents

This commit is contained in:
Alexandr Shalaginov 2024-07-25 14:38:46 +03:00
parent 19252d9120
commit a1beccd47a

View file

@ -26,6 +26,6 @@
<div class="file-upload-progress-bar"
role="progressbar"
*ngIf="isProgressBarVisible"
[ngStyle]="{ 'width': uploader.progress + '%' }"></div>
[ngStyle]="{ 'width': uploader.progress + '%' }">{{uploader.progress}}%</div>
</div>
</div>