Skip to content

Commit 915a4cf

Browse files
feat: Add first/last event to Bucket view
Only works for aw-server-rust as that's the only one which has the bucket.metadata field
1 parent 490901d commit 915a4cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/views/Bucket.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ div
1515
tr
1616
td Created:
1717
td {{ bucket.created | iso8601 }}
18+
tr(v-if="bucket.metadata")
19+
td First/last event:
20+
td
21+
| {{ bucket.metadata.start}} /
22+
| {{ bucket.metadata.end }}
1823
tr
1924
td Eventcount:
2025
td {{ eventcount }}

0 commit comments

Comments
 (0)