Fix title home and txp details
This commit is contained in:
parent
821db133c8
commit
705416dfa5
2 changed files with 4 additions and 4 deletions
|
|
@ -162,7 +162,7 @@
|
|||
</div>
|
||||
|
||||
<div class="text-gray text-center size-12 p10t"
|
||||
ng-show="index.lockedBalanceSat && !index.updatingStatus">
|
||||
ng-show="index.lockedBalanceSat">
|
||||
<span translate>Total Locked Balance</span>:
|
||||
<b>{{index.lockedBalanceStr}} </b>
|
||||
<span> {{index.lockedBalanceAlternative}}
|
||||
|
|
@ -172,11 +172,10 @@
|
|||
|
||||
<!-- Activity -->
|
||||
|
||||
<h4 class="title m0" translate>Activity</h4>
|
||||
<div class="row"
|
||||
ng-show="!index.loadingWallet && !index.txHistory[0]">
|
||||
<div class="large-12 columns">
|
||||
<div class="oh text-gray size-12 text-center">
|
||||
<div class="oh text-gray size-12 text-center m20t">
|
||||
<span ng-if="!index.txHistoryError" translate>
|
||||
No transactions yet
|
||||
</span>
|
||||
|
|
@ -207,6 +206,7 @@
|
|||
</div>
|
||||
|
||||
<div ng-show="index.txHistory[0]">
|
||||
<h4 class="title m0" translate>Activity</h4>
|
||||
<div ng-repeat="btx in index.txHistory"
|
||||
ng-click="home.openTxModal(btx)"
|
||||
class="row collapse last-transactions-content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue