mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
functions for combined upload progress bars
This commit is contained in:
@@ -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)">
|
||||
|
Reference in New Issue
Block a user