forked from cerc-io/cosmos-explorer
show validator name before fully loaded
This commit is contained in:
parent
16395ee0df
commit
33e4773a89
@ -34,20 +34,6 @@
|
||||
/>
|
||||
</b-input-group>
|
||||
</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-col
|
||||
v-for="(x,index) in uptime"
|
||||
@ -87,6 +73,11 @@
|
||||
</b-badge>
|
||||
</span>
|
||||
</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
|
||||
v-for="(b,i) in blocks"
|
||||
@ -102,9 +93,10 @@
|
||||
</router-link>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</b-skeleton-wrapper>
|
||||
</b-col>
|
||||
</b-row>
|
||||
</b-skeleton-wrapper>
|
||||
</b-card>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user