peer checking againt by key ring
This commit is contained in:
parent
da59c3666b
commit
e88dc7afb3
9 changed files with 199 additions and 138 deletions
14
index.html
14
index.html
|
|
@ -17,12 +17,12 @@
|
|||
<a href="#"><img src="./img/logo-negative.svg" alt="Copay" width="130" /></a>
|
||||
</figure>
|
||||
<div class="text-right" ng-show="$root.wallet">
|
||||
<div ng-if="$root.wallet.name">
|
||||
<h5>Wallet: {{$root.wallet.name}} <{{$root.wallet.id}}></h5>
|
||||
<p>
|
||||
</div>
|
||||
<div ng-if="!$root.wallet.name && $root.wallet.id">
|
||||
<h5 >Wallet ID: {{$root.wallet.id}}</h5>
|
||||
<div>
|
||||
<h5 >
|
||||
<span ng-if="!$root.wallet.name && $root.wallet.id">Wallet ID: {{$root.wallet.id}}</span>
|
||||
<span ng-if="$root.wallet.name">Wallet: {{$root.wallet.name}} <{{$root.wallet.id}}></span>
|
||||
[{{$root.wallet.requiredCopayers}}-{{$root.wallet.totalCopayers}}]<br>
|
||||
</h5>
|
||||
</div>
|
||||
<p>
|
||||
Balance: {{totalBalance || 0}} <i class="fi-bitcoin"></i><br>
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
<script type="text/ng-template" id="signin.html">
|
||||
<div class="signin" ng-controller="SigninController">
|
||||
<div data-alert class="alert-box info round" ng-show="loading">
|
||||
Connecting to wallet...
|
||||
Looking for peers...
|
||||
</div>
|
||||
<div ng-show="!loading">
|
||||
<div ng-show="!wallets.length">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue