diff --git a/dashboard/src/components/SystemBackupList.vue b/dashboard/src/components/SystemBackupList.vue index 9a125a6ef..5db702f5e 100644 --- a/dashboard/src/components/SystemBackupList.vue +++ b/dashboard/src/components/SystemBackupList.vue @@ -257,7 +257,7 @@ defineExpose({ refresh }); - + @@ -270,9 +270,9 @@ defineExpose({ refresh }); - {{ prettyLongDate(backup.creationTime) }} - Preserved - {{ backup.label }} + {{ prettyLongDate(backup.creationTime) }} + {{ backup.label }} + diff --git a/dashboard/src/components/app/Backups.vue b/dashboard/src/components/app/Backups.vue index 4a58be4a0..0f8005cbd 100644 --- a/dashboard/src/components/app/Backups.vue +++ b/dashboard/src/components/app/Backups.vue @@ -5,7 +5,7 @@ const i18n = useI18n(); const t = i18n.t; import { ref, onMounted, useTemplateRef } from 'vue'; -import { Icon, Button, Switch, Checkbox, FormGroup, TextInput, TableView, Menu, Dialog, ProgressBar } from '@cloudron/pankow'; +import { Button, Switch, Checkbox, FormGroup, TextInput, TableView, Menu, Dialog, ProgressBar } from '@cloudron/pankow'; import { prettyLongDate, prettyFileSize } from '@cloudron/pankow/utils'; import { API_ORIGIN, RSTATES } from '../../constants.js'; import { download } from '../../utils.js'; @@ -314,14 +314,14 @@ onMounted(async () => { - {{ editError }} + {{ editError }} {{ $t('backups.backupEdit.label') }} - + @@ -392,9 +392,9 @@ onMounted(async () => { - {{ prettyLongDate(backup.creationTime) }} - Preserved - {{ backup.label }} + {{ prettyLongDate(backup.creationTime) }} + {{ backup.label }} +
{{ editError }}