use action icons in tx detail view
This commit is contained in:
parent
a1ae8f2afb
commit
a322ca2168
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@
|
|||
<div class="list">
|
||||
<div class="item head">
|
||||
<div class="sending-label" ng-if="btx.confirmations > 0">
|
||||
<img src="img/icon-check-circled.svg">
|
||||
<img src="img/icon-tx-sent-outline.svg" ng-if="btx.action === 'sent'">
|
||||
<img src="img/icon-tx-received-outline.svg" ng-if="btx.action === 'received'">
|
||||
<img src="img/icon-tx-moved-outline.svg" ng-if="btx.action === 'moved'">
|
||||
<span translate>{{btx.action | translate}}</span>
|
||||
</div>
|
||||
<div class="sending-label" ng-if="btx.confirmations === 0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue