Moved buttons to device ready block

This commit is contained in:
Joel Collins 2019-11-27 18:37:43 +00:00
parent bfdda8f674
commit 0985a08690

View file

@ -38,14 +38,6 @@
</div>
<div v-else class="uk-text-danger"><b>No stage connected</b></div>
</div>
</div>
<div v-else-if="$store.state.waiting">
<progressBar></progressBar>
</div>
<div v-else-if="$store.state.error">
<b>Error:</b> {{ $store.state.error }}
</div>
<div v-else>No active connection</div>
<hr />
@ -71,6 +63,14 @@
</div>
</div>
</div>
<div v-else-if="$store.state.waiting">
<progressBar></progressBar>
</div>
<div v-else-if="$store.state.error">
<b>Error:</b> {{ $store.state.error }}
</div>
<div v-else>No active connection</div>
</div>
</template>
<script>