add locked on send
This commit is contained in:
parent
dae33e0d56
commit
b775ca1533
1 changed files with 11 additions and 0 deletions
|
|
@ -175,6 +175,17 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
<div class="locked" ng-show="$root.wallet.balanceInfo.lockedBalance && !walletSelection">
|
||||||
|
<span>
|
||||||
|
{{'Locked'|translate}}
|
||||||
|
</span>
|
||||||
|
<span ng-if="$root.wallet.balanceInfo.updatingBalance"><i class="fi-bitcoin-circle icon-rotate spinner"></i></span>
|
||||||
|
<span ng-if="$root.wallet && !$root.wallet.balanceInfo.updatingBalance">
|
||||||
|
<b>{{$root.wallet.balanceInfo.lockedBalance}} {{$root.wallet.settings.unitName}} </b>
|
||||||
|
- {{$root.wallet.balanceInfo.lockedBalanceAlternative}} {{$root.wallet.balanceInfo.alternativeIsoCode}}
|
||||||
|
</span>
|
||||||
|
<a href="#" class="has-tip" tooltip-placement="left" tooltip="More info"><i class="fi-info"></i></a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- end of row -->
|
<!-- end of row -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue