Skip to content

Commit

Permalink
[5.x] Improve completed jobs UI (#1064)
Browse files Browse the repository at this point in the history
* Improve completed jobs UI

* Update preview.vue

* Update preview.vue

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
driesvints and taylorotwell authored Aug 26, 2021
1 parent d0a7fd9 commit 7e7ea09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/screens/batches/preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
<div class="col">{{batch.failedJobs}}</div>
</div>
<div class="row">
<div class="col-md-2"><strong>Completion</strong></div>
<div class="col">{{batch.progress}}%</div>
<div class="col-md-2"><strong>Completed Jobs (Including Failed)</strong></div>
<div class="col">{{ (batch.totalJobs-batch.pendingJobs) }} ({{batch.progress}}%)</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 7e7ea09

Please sign in to comment.