Hide footer while loading

This commit is contained in:
Oliver Traber 2022-01-15 13:17:27 +01:00
parent 20d28d175f
commit 1f995d05fe
Signed by: Bluemedia
GPG key ID: C7BA47275B086E2C

View file

@ -8,7 +8,7 @@
<OverallStatus class="overall-status" :failedEndpoints="failedEndpoints" />
<EndpointGroup class="endpoint-group" v-for="(value, key) in groups" :key="key" :name="key" :endpoints="value" />
</div>
<Footer />
<Footer v-if="!$data.loading" />
</div>
</template>