Skip to content

Commit

Permalink
fix: remove extra space in workers page
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Apr 5, 2024
1 parent 13d6a1b commit c3beb79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/workers/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<br/>
Last seen {{ new TimeAgo('en-US').format(new Date((item as Worker).last_heartbeat_time)) }}
<div v-if="(item as Worker).running_job_id !== null && (item as Worker).running_job_id !== undefined">
<br/>
Running job
<router-link :to="{ path: `/jobs/${(item as Worker).running_job_id}` }">
# {{ (item as Worker).running_job_id }}
Expand Down

0 comments on commit c3beb79

Please sign in to comment.