Display detailed backup state

This commit is contained in:
tusooa 2022-12-24 11:58:33 -05:00
commit 78690cdf51
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
2 changed files with 12 additions and 0 deletions

View file

@ -77,6 +77,16 @@
>
{{ $t('settings.download_backup') }}
</a>
<span
v-else-if="backup.state === 'running'"
>
{{ $tc('settings.backup_running', backup.processed_number, { number: backup.processed_number }) }}
</span>
<span
v-else-if="backup.state === 'failed'"
>
{{ $t('settings.backup_failed') }}
</span>
<span
v-else
>