mirror of
https://github.com/BluemediaGER/fancy-gatus.git
synced 2024-11-22 14:45:29 +01:00
Hide footer while loading
This commit is contained in:
parent
20d28d175f
commit
1f995d05fe
|
@ -8,7 +8,7 @@
|
||||||
<OverallStatus class="overall-status" :failedEndpoints="failedEndpoints" />
|
<OverallStatus class="overall-status" :failedEndpoints="failedEndpoints" />
|
||||||
<EndpointGroup class="endpoint-group" v-for="(value, key) in groups" :key="key" :name="key" :endpoints="value" />
|
<EndpointGroup class="endpoint-group" v-for="(value, key) in groups" :key="key" :name="key" :endpoints="value" />
|
||||||
</div>
|
</div>
|
||||||
<Footer />
|
<Footer v-if="!$data.loading" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue