Split wallets from settings

This commit is contained in:
Gustavo Maximiliano Cortez 2017-10-05 17:13:26 -03:00
commit df557bf874
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 29 additions and 17 deletions

View file

@ -0,0 +1,14 @@
<i class="icon big-icon-svg circle" ng-include="'views/includes/walletIcon.html'"></i>
<span>
{{wallet.name || wallet.id}}
<span class="size-12 text-light" ng-show="wallet.n > 1">
{{wallet.m}}-of-{{wallet.n}}
</span>
</span>
<span class="right text-light assertive" ng-show="!wallet.isComplete()">
{{'Incomplete' | translate}}
</span>
<span class="right text-light assertive" ng-show="wallet.isComplete() && wallet.needsBackup">
{{'Backup needed' | translate}}
</span>
<i class="icon bp-arrow-right"></i>