allow recreate

This commit is contained in:
Ivan Socolsky 2016-09-08 12:13:37 -03:00
commit d0d4f85c59
No known key found for this signature in database
GPG key ID: FAECE6A05FAA4F56
4 changed files with 63 additions and 50 deletions

View file

@ -19,6 +19,11 @@
<button class="outline white tiny round" translate>Tap to retry</button>
</div>
<div class="m20t" ng-show="walletNotRegistered" ng-click='recreate()'>
<span class="size-12 db m10b" translate>This wallet is not registered at the given Bitcore Wallet Service (BWS). You can recreate it from the local information.</span>
<button class="outline white tiny round" translate>Recreate</button>
</div>
<div ng-show="wallet.walletScanStatus == 'error'" ng-click='retryScan()'>
<span translate>Scan status finished with error</span>
<br><span translate>Tap to retry</span>