SUPPORT-8381: add progress percents
This commit is contained in:
parent
19252d9120
commit
a1beccd47a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue