better history refresh logic

This commit is contained in:
Matias Alejo Garcia 2015-09-18 13:59:18 -03:00
commit fe14cfd3ed
2 changed files with 38 additions and 17 deletions

View file

@ -88,9 +88,13 @@
<span class="text-warning" ng-show="!btx.confirmations || btx.confirmations == 0" translate>
Unconfirmed
</span>
<span class="label gray radius" ng-show="btx.confirmations>0">
<span class="label gray radius" ng-show="btx.confirmations>0 && !btx.safeConfirmed">
{{btx.confirmations}}
</span>
<span class="label gray radius" ng-show="btx.safeConfirmed">
{{btx.safeConfirmed}}
</span>
</span>
</li>
</ul>