Split wallets from settings
This commit is contained in:
parent
aad87b149d
commit
df557bf874
3 changed files with 29 additions and 17 deletions
14
www/views/includes/walletListSettings.html
Normal file
14
www/views/includes/walletListSettings.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue