1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

vueui: updated label of calendar view

This commit is contained in:
Ivan Velev 2021-09-10 15:27:06 -07:00
parent cb53c69569
commit bea303d8f2

View File

@ -22,7 +22,7 @@
<template>
<div class="full-view">
<h2>{{year.snapshotCount}} captures in {{year.id}}</h2>
<h2>{{year.id}} ({{year.snapshotCount}} captures)</h2>
<div class="months">
<CalendarMonth
v-for="month in year.children"