Skip to content

Commit

Permalink
ui: use stored label instead of completed
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Jan 20, 2020
1 parent 61132d5 commit cfb1f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/views/CollectionList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<th scope="col" class="hiding">ID</th>
<th scope="col">Name</th>
<th scope="col">Started</th>
<th scope="col" class="hiding">Completed</th>
<th scope="col" class="hiding">Stored</th>
<th scope="col">Status</th>
</tr>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/views/CollectionShow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</template>

<template v-if="collection.status == 'done'">
<dt>Completed</dt>
<dt>Stored</dt>
<dd>
{{ collection.completedAt | formatDateTime }}
(took {{ took(collection.startedAt, collection.completedAt) }})
Expand Down

0 comments on commit cfb1f12

Please sign in to comment.