testnet warning; remove deposit address display
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
<div>
|
||||
<div v-if="s.vaults.length<=num">
|
||||
<v-card-title>
|
||||
<v-icon icon="mdi-safe-square" size="small" color="grey-darken-1"/>
|
||||
Creating Your Dexorder Vault
|
||||
<v-icon icon="mdi-safe-square" size="small" color="grey-darken-1" style="vertical-align: baseline"/>
|
||||
</v-card-title>
|
||||
<v-card-text v-if="num!==0"><!--todo-->Multiple vaults are not yet supported</v-card-text>
|
||||
<!-- todo restore the vault-on-order approach for public beta
|
||||
@@ -52,9 +52,12 @@
|
||||
<!-- <v-card-title>-->
|
||||
<!-- Your Deposit Address {{ s.vaults.length > 1 ? '#' + (num + 1) : '' }}-->
|
||||
<!-- </v-card-title> <!– todo vault nicknames –>-->
|
||||
|
||||
<!-- todo re-enable deposit address
|
||||
<v-card-subtitle v-if="exists" class="overflow-x-hidden">
|
||||
<copy-button :text="addr">Deposit {{addr}}</copy-button>
|
||||
</v-card-subtitle>
|
||||
-->
|
||||
<v-card-text v-if="empty">
|
||||
<!--
|
||||
<p>
|
||||
@@ -64,8 +67,10 @@
|
||||
everything looks good.
|
||||
</p>
|
||||
-->
|
||||
<p v-if="!s.mockenv">There are no funds currently in your vault. Send tokens to the address above to fund your
|
||||
vault.</p>
|
||||
<p v-if="!s.mockenv">There are no funds currently in your vault.
|
||||
<!-- todo re-enable deposit UI
|
||||
Send tokens to the address above to fund your vault. -->
|
||||
</p>
|
||||
<p v-if="s.mockenv">There are no funds currently in your vault. Use the faucet below to mint some testnet coins
|
||||
into your vault.</p>
|
||||
</v-card-text>
|
||||
|
||||
Reference in New Issue
Block a user