show validator name before fully loaded
This commit is contained in:
parent
16395ee0df
commit
33e4773a89
@ -34,20 +34,6 @@
|
|||||||
/>
|
/>
|
||||||
</b-input-group>
|
</b-input-group>
|
||||||
</b-card>
|
</b-card>
|
||||||
<b-skeleton-wrapper :loading="loading">
|
|
||||||
<template #loading>
|
|
||||||
<b-row>
|
|
||||||
<b-col
|
|
||||||
v-for="index in 60"
|
|
||||||
:key="index"
|
|
||||||
sm="12"
|
|
||||||
md="4"
|
|
||||||
xl="3"
|
|
||||||
>
|
|
||||||
<b-skeleton width="100%" />
|
|
||||||
</b-col>
|
|
||||||
</b-row>
|
|
||||||
</template>
|
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col
|
<b-col
|
||||||
v-for="(x,index) in uptime"
|
v-for="(x,index) in uptime"
|
||||||
@ -87,6 +73,11 @@
|
|||||||
</b-badge>
|
</b-badge>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<b-skeleton-wrapper :loading="loading">
|
||||||
|
<template #loading>
|
||||||
|
<b-skeleton width="100%" />
|
||||||
|
</template>
|
||||||
|
<template #default>
|
||||||
<div class="d-flex justify-content-between align-self-stretch flex-wrap">
|
<div class="d-flex justify-content-between align-self-stretch flex-wrap">
|
||||||
<div
|
<div
|
||||||
v-for="(b,i) in blocks"
|
v-for="(b,i) in blocks"
|
||||||
@ -102,9 +93,10 @@
|
|||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</template>
|
||||||
|
</b-skeleton-wrapper>
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
</b-skeleton-wrapper>
|
|
||||||
</b-card>
|
</b-card>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user