Add delete wallet from the intermediate screen (it was lost in migration to new design)
This commit is contained in:
parent
a5544d08db
commit
e264aa66a2
4 changed files with 17 additions and 4 deletions
|
|
@ -73,8 +73,12 @@
|
|||
</div>
|
||||
|
||||
<div class="text-right">
|
||||
<a class="text-warning" ng-really-click="deleteWallet()"
|
||||
ng-really-message="Are you sure to delete this wallet from this
|
||||
computer?">Delete wallet</a>
|
||||
<span class="text-gray">|</span>
|
||||
<a class="text-primary m20r" ng-click="downloadBackup()"
|
||||
ng-show="!$root.wallet.publicKeyRing.isComplete()">Download seed backup</a>
|
||||
ng-show="!$root.wallet.publicKeyRing.isComplete()">Download seed backup</a>
|
||||
<button class="button primary m0"
|
||||
ng-click="backup()"
|
||||
ng-show="!$root.wallet.publicKeyRing.isBackupReady()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue