Update get all backups api endpoint to return backupLocation, display location above backup settings

This commit is contained in:
advplyr 2023-09-22 16:49:01 -05:00
parent 944f5950ca
commit f37ab53eff
4 changed files with 16 additions and 29 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) => {