Skip to content

Commit

Permalink
Update job-row.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Feb 18, 2020
1 parent 9fec68a commit 4b3ff33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/js/screens/recentJobs/job-row.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
{{ jobBaseName(job.name) }}
</router-link>

{{ job.id }}

<small class="badge badge-secondary badge-sm"
v-tooltip:top="`Delayed for ${delayed}`"
v-if="delayed && (job.status == 'reserved' || job.status == 'pending')">
Expand Down

0 comments on commit 4b3ff33

Please sign in to comment.