Removed size column on last transactions (home)
This commit is contained in:
parent
eefaf0ae6a
commit
8baf5dd691
@ -43,7 +43,6 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Hash</th>
|
<th>Hash</th>
|
||||||
<th class="text-right">Size</th>
|
|
||||||
<th class="text-right">Value Out</th>
|
<th class="text-right">Value Out</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -53,7 +52,6 @@
|
|||||||
<td>
|
<td>
|
||||||
<a class="ellipsis" href="/tx/{{tx.txid}}">{{tx.txid}}</a>
|
<a class="ellipsis" href="/tx/{{tx.txid}}">{{tx.txid}}</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-right"><span class="ellipsis">{{tx.size}} bytes</span></td>
|
|
||||||
<td class="text-right"><span class="ellipsis">{{tx.valueOut}} BTC</span></td>
|
<td class="text-right"><span class="ellipsis">{{tx.valueOut}} BTC</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user