add fee to tx history
This commit is contained in:
parent
9743dabcb3
commit
73f7d9a22b
3 changed files with 9 additions and 0 deletions
|
|
@ -50,6 +50,10 @@
|
|||
<time>{{ btx.time * 1000 | amCalendar}}</time>
|
||||
</span>
|
||||
</li>
|
||||
<li class="line-b p10">
|
||||
<span class="text-gray" translate>Fee</span>:
|
||||
<span class="right">{{feeStr}}</span>
|
||||
</li>
|
||||
<li ng-if="btx.message" class="line-b p10 oh">
|
||||
<span class="text-gray" translate>Note</span>:
|
||||
<span class="right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue