diff --git a/dashboard/src/components/AppRepairDialog.vue b/dashboard/src/components/AppRepairDialog.vue new file mode 100644 index 000000000..67c539ce3 --- /dev/null +++ b/dashboard/src/components/AppRepairDialog.vue @@ -0,0 +1,187 @@ + + + + + + + {{ formError }} + + + + {{ appError.reason + ': ' + appError.message }} + + + {{ $t('app.repairDialog.description') }} + + + + + + {{ $t('app.repairDialog.fromBackup') }} + + + + + + + + + + diff --git a/dashboard/src/components/app/Repair.vue b/dashboard/src/components/app/Repair.vue index a18d90f6d..0c058b111 100644 --- a/dashboard/src/components/app/Repair.vue +++ b/dashboard/src/components/app/Repair.vue @@ -1,8 +1,9 @@
{{ appError.reason + ': ' + appError.message }}
{{ $t('app.repairDialog.description') }}