Skip to content

Commit

Permalink
feat: add more spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Mar 14, 2024
1 parent be9735c commit 579f4c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/pages/jobs/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
item-value="id"
@update:options="loadItems">
<template #item.status="{ item }">
<div style="margin-top: 20px"></div>
<v-chip
color="green"
variant="flat"
Expand Down Expand Up @@ -74,6 +75,7 @@
{{ new Date((item as Job).creation_time) }}
</v-tooltip>
</div>
<div style="margin-bottom: 10px"></div>
</template>
<template #item.job="{ item }">
<router-link :to="{ path: `/jobs/${(item as Job).id}` }">
Expand Down

0 comments on commit 579f4c4

Please sign in to comment.