restore: display error on top

This commit is contained in:
Girish Ramakrishnan
2025-10-07 20:44:05 +02:00
parent 4a462597fd
commit 1b91ae1ab3
2 changed files with 5 additions and 1 deletions
@@ -108,7 +108,8 @@ onMounted(async () => {
<template>
<div>
<div class="error-label" v-show="formError.generic">{{ formError.generic }}</div>
<!-- when provisioning, the error has to be shown on top of the backup path in the view itself -->
<div class="error-label" v-if="!provisioning && formError.generic">{{ formError.generic }}</div>
<FormGroup>
<label for="providerInput">{{ $t('backups.configureBackupStorage.provider') }} <sup><a href="https://docs.cloudron.io/backups/#storage-providers" class="help" target="_blank" tabindex="-1"><i class="fa fa-question-circle"></i></a></sup></label>