style: reorder v-if before class in SetupDatabase.vue
Fixes eslint warning: Attribute "v-if" should go before "class"
This commit is contained in:
parent
945a2c9895
commit
92207a51bb
@ -144,7 +144,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-floating mt-3 short" v-if="dbConfig.ssl">
|
||||
<div v-if="dbConfig.ssl" class="form-floating mt-3 short">
|
||||
<textarea
|
||||
id="caInput"
|
||||
v-model="dbConfig.ca"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user