Fixed form arrangement
This commit is contained in:
parent
fa848112ca
commit
d56a8e369f
2 changed files with 24 additions and 8 deletions
|
|
@ -50,15 +50,15 @@
|
|||
:requireConnection="plugin.requiresConnection"
|
||||
:currentTab="currentTab">
|
||||
|
||||
<div class="uk-flex uk-flex-column">
|
||||
<JsonForm v-for="form in plugin.forms"
|
||||
:key="`${form.route}/${form.name}`.replace(/\s+/g, '-').toLowerCase()"
|
||||
<div class="uk-flex uk-flex-column" v-for="form in plugin.forms" :key="`${form.route}/${form.name}`.replace(/\s+/g, '-').toLowerCase()" >
|
||||
<JsonForm
|
||||
:name="form.name"
|
||||
:route="form.route"
|
||||
:isTask="form.isTask"
|
||||
:submitLabel="form.submitLabel"
|
||||
:selfUpdate="form.selfUpdate"
|
||||
:schema="form.schema"/>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</tabContent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue