Skip to content

Commit

Permalink
display created in the list view (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway authored Sep 26, 2023
1 parent 1c74225 commit e12e044
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/ResourceItemList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@
>
<app-icons :apps="props.row.apps"></app-icons>
</b-table-column>
<b-table-column
label="Created"
width="30"
field="created"
sortable
>
<span>{{ props.row.created }}</span>
</b-table-column>
</template>
<template slot="detail" slot-scope="props">
<resource-item-card
Expand Down

0 comments on commit e12e044

Please sign in to comment.