forked from cerc-io/cosmos-explorer
rename costomise
This commit is contained in:
parent
fc707e0475
commit
1632db87e2
@ -107,7 +107,7 @@ function changeTab(v: string) {
|
|||||||
@click="changeTab('2')"
|
@click="changeTab('2')"
|
||||||
>Blocks</a
|
>Blocks</a
|
||||||
>
|
>
|
||||||
<RouterLink :to="`/${chain}/uptime/overview`">
|
<RouterLink :to="`/${chain}/uptime/customize`">
|
||||||
<a
|
<a
|
||||||
class="tab text-gray-400 capitalize"
|
class="tab text-gray-400 capitalize"
|
||||||
>Customize</a
|
>Customize</a
|
||||||
@ -117,10 +117,6 @@ function changeTab(v: string) {
|
|||||||
<div class="flex items-center gap-x-4">
|
<div class="flex items-center gap-x-4">
|
||||||
<input type="text" v-model="keyword" placeholder="Keywords to filter validators"
|
<input type="text" v-model="keyword" placeholder="Keywords to filter validators"
|
||||||
class="input input-sm w-full flex-1" />
|
class="input input-sm w-full flex-1" />
|
||||||
<RouterLink class="btn btn-primary btn-sm" :to="`/${chain}/uptime/overview`">
|
|
||||||
<Icon icon="mdi-star" class="mr-2 text-lg" />
|
|
||||||
<span class="">Favorite</span>
|
|
||||||
</RouterLink>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="grid grid-cols-1 md:grid-cols-3 xl:grid-cols-4 2xl:grid-cols-6 gap-x-4 mt-4" :class="tab === '2'?'':'hidden'">
|
<div class="grid grid-cols-1 md:grid-cols-3 xl:grid-cols-4 2xl:grid-cols-6 gap-x-4 mt-4" :class="tab === '2'?'':'hidden'">
|
||||||
<div v-for="({v, signing, hex}, i) in list" :key="i">
|
<div v-for="({v, signing, hex}, i) in list" :key="i">
|
||||||
|
Loading…
Reference in New Issue
Block a user