move editor to bottom
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-08-28 17:42:21 +02:00
parent 9d91740f6e
commit ca305dff73

View File

@ -2,16 +2,16 @@
<div
class="grid"
>
<ConfigEditor
v-model="config"
:template="template"
/>
<ViewComponent
v-for="(item,key) of saved_config.displays"
:key="key"
:config="item"
:data="log(item.source)"
/>
<ConfigEditor
v-model="config"
:template="template"
/>
</div>
</template>