fixes wallet info for no created wallets
This commit is contained in:
parent
0697ed8fb3
commit
c302c312df
4 changed files with 18 additions and 9 deletions
|
|
@ -70,7 +70,10 @@
|
|||
|
||||
<div class="small-centered p10t p10b large-centered medium-centered large-8 medium-8 small-10 columns enable_text_select" style="border:1px solid gray; background:#eee;
|
||||
">
|
||||
<span class="m10r" ng-repeat="word in wordsC.mnemonicWords">{{word}} </span>
|
||||
<span class="m10r" ng-repeat="word in wordsC.mnemonicWords">
|
||||
<b>{{$index}}.</b>
|
||||
{{word}}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="box-notification large-centered medium-centered small-centered large-8 medium-8 small-10 columns m10t" ng-show="wordsC.mnemonicHasPassphrase">
|
||||
|
|
@ -105,7 +108,7 @@
|
|||
<div class="row m20t" ng-show="index.n==1">
|
||||
<div class="columns size-14 text-gray">
|
||||
<span translate>You can safely install your wallet on another device and use it from multiple devices at the same time.</span>
|
||||
<a href="#" ng-click="$root.openExternalLink('https://github.com/bitpay/copay#backups')" translate>
|
||||
<a href="#" ng-click="$root.openExternalLink('https://github.com/bitpay/copay/blob/master/README.md#copay-backups-and-recovery')" translate>
|
||||
Learn more about Copay backups
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
<h4 class="title m0" translate>Extended Public Keys</h4>
|
||||
<li class="line-b p10" ng-repeat="pk in pubKeys">
|
||||
<div class="row">
|
||||
<div class="small-3 columns">Copayer {{$index}}
|
||||
<div class="small-3 columns" translate>Copayer</span> {{$index}}
|
||||
</div>
|
||||
|
||||
<div class="small-9 columns oh enable_text_select text-gray" style="text-overflow:ellipsis">
|
||||
|
|
@ -63,8 +63,11 @@
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<ul class="no-bullet m0 size-14" ng-show="addrs">
|
||||
<h4 class="title m0" translate>Last Wallet Addresses</h4>
|
||||
<li class="line-b p20" ng-repeat="a in addrs">
|
||||
<div class="enable_text_select" style="text-overflow:ellipsis">
|
||||
|
|
@ -76,9 +79,6 @@
|
|||
</span>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="line-b p10 text-centered text-gray size-12">
|
||||
<span translate>Only Main (not change) addresses are shown. The addresses on this list were not verified locally at this time.</span>
|
||||
</li>
|
||||
|
|
@ -89,9 +89,10 @@
|
|||
<span translate>Send all by email</span>
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<ul class="no-bullet m0 size-14" ng-show="index.balanceByAddress">
|
||||
<h4 class="title m0" translate>Balance By Address</h4>
|
||||
<li class="line-b p20 enable_text_select" ng-repeat="a in index.balanceByAddress">
|
||||
{{a.address}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue