Add backup listing

This commit is contained in:
Johannes Zellner
2025-02-05 15:47:46 +01:00
parent 42f493b2c3
commit 86c4045073
6 changed files with 173 additions and 15 deletions
+1 -1
View File
@@ -118,6 +118,6 @@ onMounted(async () => {
</Section>
<BackupSchedule :profile="profile"/>
<BackupList />
<BackupList :config="config"/>
</div>
</template>