Skip to content

Commit

Permalink
feat: try to add monitor link in job page
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Jul 23, 2024
1 parent e106ad6 commit 9795f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/jobs/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<br/>
</div>
Status: {{ job.status }}
Monitor: <a href="/monitor/{{ job.built_by_worker_hostname }}"></a>
<div v-if="job.assigned_worker_id !== null && job.assigned_worker_id !== undefined">
Running on
<router-link :to="{ path: `/workers/${job.assigned_worker_id}` }">
Expand Down

0 comments on commit 9795f8a

Please sign in to comment.