Skip to content

Commit

Permalink
Added pushed at to detail screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Cannonb4ll committed Feb 5, 2020
1 parent c9c01a3 commit 962849c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/js/screens/recentJobs/job.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
<div class="col-md-2"><strong>Queue</strong></div>
<div class="col">{{job.queue}}</div>
</div>
<div class="row mb-2">
<div class="col-md-2"><strong>Pushed At</strong></div>
<div class="col">{{ readableTimestamp(job.payload.pushedAt) }}</div>
</div>
<div class="row mb-2" v-if="job.delayed">
<div class="col-md-2"><strong>Delayed Until</strong></div>
<div class="col">{{readableTimestamp(job.delayed)}}</div>
Expand Down

0 comments on commit 962849c

Please sign in to comment.