create new wallet from within a profile working
This commit is contained in:
parent
ab2424f478
commit
ff44897922
5 changed files with 33 additions and 65 deletions
|
|
@ -6,6 +6,22 @@
|
|||
</a>
|
||||
<div ng-include="'views/includes/version.html'"></div>
|
||||
</div>
|
||||
<div class="line-sidebar"></div>
|
||||
|
||||
<div>
|
||||
Available wallets
|
||||
<ul class="side-nav">
|
||||
<li data-ng-repeat="item in $root.iden.listWallets()" class="nav-item">
|
||||
{{item.id}}
|
||||
</li>
|
||||
<li class="nav-item" ui-route="{{create}}">
|
||||
<a href="#!/create">+ {{'Create a new wallet' | translate }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="line-sidebar"></div>
|
||||
<div>
|
||||
<a href="#!/receive" class="name-wallet" tooltip-placement="bottom" tooltip="ID: {{$root.wallet.id}}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue