Merge pull request #2133 from mfcar/mf/backup

Add more information to the backup page
This commit is contained in:
advplyr 2023-09-22 16:56:12 -05:00 committed by GitHub
commit 102c90c4e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 40 additions and 8 deletions

View file

@ -164,6 +164,7 @@ export default {
this.$axios
.$get('/api/backups')
.then((data) => {
this.$emit('loaded', data.backupLocation)
this.setBackups(data.backups || [])
})
.catch((error) => {