fix sidebar
This commit is contained in:
parent
75dcb73fed
commit
1da67489ea
1 changed files with 5 additions and 4 deletions
|
|
@ -8,7 +8,8 @@
|
|||
</div>
|
||||
|
||||
<div class="line-sidebar-b"></div>
|
||||
<div class="founds size-12 text-center box-founds p10t">
|
||||
<div>
|
||||
<div ng-if="$root.wallet" class="founds size-12 text-center box-founds p10t">
|
||||
<div class="m10b">
|
||||
Balance
|
||||
<span ng-if="$root.updatingBalance">
|
||||
|
|
@ -39,7 +40,7 @@
|
|||
|
||||
</header>
|
||||
<div class="line-sidebar-b"></div>
|
||||
<div class="founds size-12 box-founds p15" ng-disabled="$root.loading" ng-click="refresh()">
|
||||
<div ng-if="$root.wallet" class="founds size-12 box-founds p15" ng-disabled="$root.loading" ng-click="refresh()">
|
||||
<p class="text-gray">
|
||||
<span>{{$root.wallet.getName()}}</span>
|
||||
<span class="size-12 right">{{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}}</span>
|
||||
|
|
@ -51,7 +52,7 @@
|
|||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
</span>
|
||||
<span ng-if="!$root.updatingBalance">{{totalBalance || 0
|
||||
|noFractionNumber}} {{$root.unitName}}
|
||||
|noFractionNumber}} {{$root.wallet.settings.unitName}}
|
||||
</span>
|
||||
</div>
|
||||
<div class="m10t" ng-show="lockedBalance">
|
||||
|
|
@ -59,7 +60,7 @@
|
|||
<span ng-if="$root.updatingBalance">
|
||||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
</span>
|
||||
<span ng-show="!$root.updatingBalance">{{lockedBalance || 0|noFractionNumber}} {{$root.unitName}}
|
||||
<span ng-show="!$root.updatingBalance">{{lockedBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
|
||||
</span> <i class="fi-info medium" tooltip="{{'Balance locked in pending transaction proposals'|translate}}" tooltip-placement="bottom"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue