show wallet not backed up warning in wallet detail view
This commit is contained in:
parent
d5476b6ccf
commit
1219f368a7
3 changed files with 25 additions and 2 deletions
|
|
@ -64,6 +64,9 @@
|
|||
<span ng-include="'views/includes/walletInfo.html'"></span>
|
||||
</div>
|
||||
</div> <!-- oh -->
|
||||
<a class="wallet-not-backed-up-warning" ng-show="!isBackedUp" ng-click="backup()">
|
||||
Wallet not backed up
|
||||
</a>
|
||||
|
||||
<div class="p60b" ng-show="wallet && wallet.isComplete()">
|
||||
<div class="oh pr m20t" ng-show="wallet.incorrectDerivation">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue