forked from cerc-io/cosmos-explorer
commit
09aedf5011
@ -134,7 +134,7 @@
|
||||
<b-tooltip
|
||||
:target="'vote-veto'+p.id"
|
||||
>
|
||||
{{ percent(p.tally.veto) }}% voted No With Veta
|
||||
{{ percent(p.tally.veto) }}% voted No With Veto
|
||||
</b-tooltip>
|
||||
<b-tooltip
|
||||
:target="'vote-abstain'+p.id"
|
||||
|
@ -173,7 +173,7 @@
|
||||
<b-tooltip
|
||||
:target="'vote-veto'+proposal.id"
|
||||
>
|
||||
{{ percent(proposal.tally.veto) }}% voted No With Veta
|
||||
{{ percent(proposal.tally.veto) }}% voted No With Veto
|
||||
</b-tooltip>
|
||||
<b-tooltip
|
||||
:target="'vote-abstain'+proposal.id"
|
||||
|
@ -178,7 +178,7 @@
|
||||
name="advance"
|
||||
value="true"
|
||||
>
|
||||
<small>Advance</small>
|
||||
<small>Advanced</small>
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
@ -147,7 +147,7 @@
|
||||
name="advance"
|
||||
value="true"
|
||||
>
|
||||
<small>Advance</small>
|
||||
<small>Advanced</small>
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
@ -148,7 +148,7 @@
|
||||
name="advance"
|
||||
value="true"
|
||||
>
|
||||
<small>Advance</small>
|
||||
<small>Advanced</small>
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
@ -194,7 +194,7 @@
|
||||
name="advance"
|
||||
value="true"
|
||||
>
|
||||
<small>Advance</small>
|
||||
<small>Advanced</small>
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
@ -150,7 +150,7 @@
|
||||
name="advance"
|
||||
value="true"
|
||||
>
|
||||
<small>Advance</small>
|
||||
<small>Advanced</small>
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
@ -126,7 +126,7 @@
|
||||
name="advance"
|
||||
value="true"
|
||||
>
|
||||
<small>Advance</small>
|
||||
<small>Advanced</small>
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
@ -89,7 +89,7 @@
|
||||
value="4"
|
||||
class="custom-control-danger"
|
||||
>
|
||||
No with Veto
|
||||
No With Veto
|
||||
</b-form-radio>
|
||||
<b-form-radio
|
||||
v-model="option"
|
||||
@ -136,7 +136,7 @@
|
||||
name="advance"
|
||||
value="true"
|
||||
>
|
||||
<small>Advance</small>
|
||||
<small>Advanced</small>
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
@ -63,7 +63,7 @@
|
||||
name="advance"
|
||||
value="true"
|
||||
>
|
||||
<small>Advance</small>
|
||||
<small>Advanced</small>
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
@ -71,7 +71,7 @@
|
||||
name="advance"
|
||||
value="true"
|
||||
>
|
||||
<small>Advance</small>
|
||||
<small>Advanced</small>
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
@ -5,7 +5,7 @@
|
||||
:show="syncing"
|
||||
>
|
||||
<div class="alert-body">
|
||||
<span>No new block is produced since <strong>{{ latestTime }}</strong> </span>
|
||||
<span>No new blocks have been produced since <strong>{{ latestTime }}</strong> </span>
|
||||
</div>
|
||||
</b-alert>
|
||||
<b-row>
|
||||
@ -53,7 +53,7 @@
|
||||
</b-row>
|
||||
<b-row>
|
||||
<b-col>
|
||||
<summary-parmeters-component :data="slasing" />
|
||||
<summary-parmeters-component :data="slashing" />
|
||||
</b-col>
|
||||
</b-row>
|
||||
</div>
|
||||
@ -104,8 +104,8 @@ export default {
|
||||
title: 'Distribution Parameters',
|
||||
items: [],
|
||||
},
|
||||
slasing: {
|
||||
title: 'Slasing Parameters',
|
||||
slashing: {
|
||||
title: 'Slashing Parameters',
|
||||
items: null,
|
||||
},
|
||||
mint: {
|
||||
@ -170,7 +170,7 @@ export default {
|
||||
})
|
||||
})
|
||||
this.$http.getSlashingParameters().then(res => {
|
||||
this.slasing = this.normalize(res, 'Slashing Parameters')
|
||||
this.slashing = this.normalize(res, 'Slashing Parameters')
|
||||
})
|
||||
|
||||
const conf = this.$http.getSelectedConfig()
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<b-card
|
||||
title="Baisc"
|
||||
title="Basic"
|
||||
class="text-truncate"
|
||||
>
|
||||
<object-field-component
|
||||
|
@ -6,7 +6,7 @@
|
||||
:show="syncing"
|
||||
>
|
||||
<div class="alert-body">
|
||||
<span>No new block is produced since <strong>{{ latestTime }}</strong> </span>
|
||||
<span>No new blocks have been produced since <strong>{{ latestTime }}</strong> </span>
|
||||
</div>
|
||||
</b-alert>
|
||||
<b-card
|
||||
|
@ -9,7 +9,7 @@
|
||||
:show="syncing"
|
||||
>
|
||||
<div class="alert-body">
|
||||
<span>No new block is produced since <strong>{{ latestTime }}</strong> </span>
|
||||
<span>No new blocks have been produced since <strong>{{ latestTime }}</strong> </span>
|
||||
</div>
|
||||
</b-alert>
|
||||
<b-row>
|
||||
|
@ -134,7 +134,7 @@
|
||||
name="advance"
|
||||
value="true"
|
||||
>
|
||||
<small>Advance</small>
|
||||
<small>Advanced</small>
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
@ -14,7 +14,7 @@
|
||||
Sorry, The chain is not found
|
||||
</h2>
|
||||
<p class="mb-2">
|
||||
Be free to contact us if you want to add your chain.
|
||||
Feel free to contact us if you want to add your chain.
|
||||
</p>
|
||||
|
||||
<b-button
|
||||
|
Loading…
Reference in New Issue
Block a user