Merge pull request #14 from ahinrichs/pr-fix-homeview-component-nexting
[webapp] fix HomeView component nesting
This commit is contained in:
commit
fc124596c0
@ -2,6 +2,7 @@
|
||||
<div class="container" role="main">
|
||||
<div class="page-header">
|
||||
<h1>Live Data</h1>
|
||||
</div>
|
||||
<template v-if="waitForData == true">Waiting for data... </template>
|
||||
<template v-else>
|
||||
<div class="d-flex align-items-start">
|
||||
@ -42,7 +43,6 @@
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user