some changes on history
This commit is contained in:
parent
3770d3a1ac
commit
c419ff5947
2 changed files with 5 additions and 5 deletions
|
|
@ -55,11 +55,11 @@
|
|||
</li>
|
||||
<li ng-if="btx.time" class="line-b p10">
|
||||
<span class="text-gray" translate>Confirmations:</span>
|
||||
<span class="right">
|
||||
<span class="right" >
|
||||
<span class="text-warning" ng-show="!btx.confirmations || btx.confirmations == 0" translate>
|
||||
Unconfirmed
|
||||
</span>
|
||||
<span class="text-secondary" ng-show="btx.confirmations>0">
|
||||
<span class="label gray radius" ng-show="btx.confirmations>0">
|
||||
{{btx.confirmations}}
|
||||
</span>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue