restore: display error on top
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user