Removed 'connected' state in favour of 'ready' state
This commit is contained in:
parent
9acf4d874d
commit
9610b91cb8
6 changed files with 46 additions and 38 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="streamDisplay scrollTarget">
|
||||
|
||||
<img v-on:dblclick="clickmonitor" v-if="$store.state.connected" v-bind:src="streamImgUri" alt="Stream">
|
||||
<img v-on:dblclick="clickmonitor" v-if="$store.getters.ready" v-bind:src="streamImgUri" alt="Stream">
|
||||
|
||||
<div v-else-if="$store.state.waiting" class="uk-position-center">
|
||||
<div uk-spinner="ratio: 4.5" ></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue