diff --git a/components/views/snapshots.templ b/components/views/snapshots.templ index 15d7d58..a87cc5b 100644 --- a/components/views/snapshots.templ +++ b/components/views/snapshots.templ @@ -7,6 +7,7 @@ import ( type SnapshotEntry struct { Label string Link string + Count int64 } templ SnapshotHourlyList(entries []SnapshotEntry) { @@ -46,7 +47,10 @@ templ SnapshotListPage(title string, subtitle string, entries []SnapshotEntry) {