We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5a625 commit 490901dCopy full SHA for 490901d
1 file changed
src/views/Buckets.vue
@@ -13,8 +13,12 @@ div
13
small
14
| {{ data.item.hostname }}
15
template(v-slot:cell(last_updated)="data")
16
+ // aw-server-python
17
small(v-if="data.item.last_updated")
18
| {{ data.item.last_updated | friendlytime }}
19
+ // aw-server-rust
20
+ small(v-if="data.item.metadata.end")
21
+ | {{ data.item.metadata.end | friendlytime }}
22
template(v-slot:cell(actions)="data")
23
b-button-toolbar.float-right
24
b-button-group(size="sm", class="mx-1")
0 commit comments