mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
functions for combined upload progress bars
This commit is contained in:
parent
ede3bd1391
commit
b581e42216
3 changed files with 36 additions and 5 deletions
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
</ngx-file-drop>
|
||||
</form>
|
||||
<p>Uploading {{getStatusUploading().length}} files...</p>
|
||||
<div *ngFor="let status of getStatus()">
|
||||
<p>{{status.filename}}: {{status.message}}</p>
|
||||
<ngb-progressbar [value]="status.getProgress()" [max]="1" [striped]="true" [animated]="!isFinished(status)" [type]="getType(status)">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue