show upload file progress when uploading qemu template.

This commit is contained in:
potats0
2021-10-14 10:56:17 +08:00
parent 4142144d4d
commit 15faca6d89
2 changed files with 5 additions and 0 deletions

View File

@ -110,6 +110,9 @@
placeholder="Please enter name"
/>
</mat-form-field>
<div *ngIf="uploadedFile">
<mat-progress-bar mode="determinate" [value]="uploader.progress" ></mat-progress-bar>
</div>
</div>
</form>
</mat-step>