Skip to content

Commit

Permalink
feat: try to add monitor link in job page (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Jul 23, 2024
1 parent ddd0116 commit 7ef76b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/jobs/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</div>
Status: {{ job.status }}
<br/>
Monitor: <a :href="'/monitor/' + job.built_by_worker_hostname"></a>
Monitor: <a :href="'/monitor/' + job.built_by_worker_hostname">{{ job.built_by_worker_hostname }}</a>
<br/>
<div v-if="job.assigned_worker_id !== null && job.assigned_worker_id !== undefined">
Running on
Expand Down

0 comments on commit 7ef76b0

Please sign in to comment.