Skip to content

Commit

Permalink
compile assets
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 21, 2020
1 parent 573e6a8 commit 70b48b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=7ea775c97bce76adeaa8",
"/app.js": "/app.js?id=3440877abe55084a2931",
"/app.css": "/app.css?id=9ce01eaaba790566b895",
"/app-dark.css": "/app-dark.css?id=821c845f9bf3b7853c33"
}
4 changes: 2 additions & 2 deletions resources/js/screens/failedJobs/job.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@
<div class="row mb-2" v-if="job.payload.retry_of">
<div class="col-md-2"><strong>Retry of ID</strong></div>
<div class="col">
<router-link :title="job.name" :to="{ name: 'failed-jobs-preview', params: { jobId: job.payload.retry_of }}">
<a :href="Horizon.basePath + '/failed/' + job.payload.retry_of">
{{ job.payload.retry_of }}
</router-link>
</a>
</div>
</div>
<div class="row mb-2">
Expand Down

0 comments on commit 70b48b5

Please sign in to comment.