setup wizard refactoring

This commit is contained in:
Čarodej
2022-04-27 11:42:28 +02:00
parent 39c94473c8
commit 08ee6567bc
21 changed files with 51 additions and 527 deletions

View File

@@ -125,7 +125,7 @@
</AppInputText>
</ValidationProvider>
<InfoBox v-if="isError" type="error" style="margin-bottom: 10px">
<InfoBox v-if="isError" type="error" class="!mb-0 mt-7">
<p>We couldn't establish database connection. Please double check your database credentials.</p>
<br />
<p>Detailed error: {{ errorMessage }}</p>