Merge pull request #14 from ahinrichs/pr-fix-homeview-component-nexting

[webapp] fix HomeView component nesting
This commit is contained in:
tbnobody 2022-07-04 22:08:08 +02:00 committed by GitHub
commit fc124596c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">