Loading src/components/paneDisplayComponents/streamDisplay.vue +9 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,11 @@ <div v-else-if="$store.state.waiting" class="uk-position-center"> <div uk-spinner="ratio: 4.5" ></div> </div> <div v-else class="uk-position-center position-relative"> No active connection </div> </div> </template> Loading Loading @@ -54,4 +59,8 @@ export default { width: 100%; height: 100%; } .position-relative { position: relative !important; } </style> Loading
src/components/paneDisplayComponents/streamDisplay.vue +9 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,11 @@ <div v-else-if="$store.state.waiting" class="uk-position-center"> <div uk-spinner="ratio: 4.5" ></div> </div> <div v-else class="uk-position-center position-relative"> No active connection </div> </div> </template> Loading Loading @@ -54,4 +59,8 @@ export default { width: 100%; height: 100%; } .position-relative { position: relative !important; } </style>