[webapp] fix HomeView component nesting
* move content template after page-header
This commit is contained in:
parent
a9879c2f14
commit
6a8af8fdc0
@ -2,6 +2,7 @@
|
|||||||
<div class="container" role="main">
|
<div class="container" role="main">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Live Data</h1>
|
<h1>Live Data</h1>
|
||||||
|
</div>
|
||||||
<template v-if="waitForData == true">Waiting for data... </template>
|
<template v-if="waitForData == true">Waiting for data... </template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<div class="d-flex align-items-start">
|
<div class="d-flex align-items-start">
|
||||||
@ -42,7 +43,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user