header new style
This commit is contained in:
parent
383bc4e136
commit
7bde3815ca
3 changed files with 48 additions and 27 deletions
20
index.html
20
index.html
|
|
@ -14,20 +14,22 @@
|
|||
<div data-ng-init="init()" data-ng-controller="HeaderController">
|
||||
<div class="header">
|
||||
<div class="header-content">
|
||||
<div class="left">
|
||||
<div class="left large-3 columns">
|
||||
<a href="#" class="logo" title="copay"></a>
|
||||
</div>
|
||||
<div class="right text-right" ng-show="$root.wallet">
|
||||
<div class="connection-info">
|
||||
<div class="right text-center large-9 columns m10t" ng-show="$root.wallet">
|
||||
<h6 class="large-6 columns line-dashed-v">
|
||||
<span ng-if="!$root.wallet.name && $root.wallet.id">{{$root.wallet.id}}</span>
|
||||
<span ng-if="$root.wallet.name">Wallet: {{$root.wallet.name}} <{{$root.wallet.id}}></span>
|
||||
({{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}})
|
||||
<a href="#" ng-click="signout()"><i class="fi-power"></i></a>
|
||||
</div>
|
||||
<div class="balance-info">
|
||||
Balance: {{totalBalance || 0}} <i class="fi-bitcoin"></i><br>
|
||||
Available to Spend: {{availableBalance || 0}} <i class="fi-bitcoin"></i>
|
||||
</div>
|
||||
<a class="button radius small-icon" href="#" ng-click="signout()"><i class="fi-power"></i></a>
|
||||
</h6>
|
||||
<p class="large-3 columns line-dashed-v">
|
||||
Balance: {{totalBalance || 0}} <i class="fi-bitcoin"></i><br>
|
||||
</p>
|
||||
<p class="large-3 columns">
|
||||
Available to Spend: {{availableBalance || 0}} <i class="fi-bitcoin"></i>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue