mempool.html simplified

This commit is contained in:
moneroexamples 2017-01-22 08:05:48 +08:00
parent 09dbca87ba
commit 14d24dd076
1 changed files with 2 additions and 6 deletions

View File

@ -4,24 +4,20 @@
<h4 style="font-size: 14px; margin-top: 0px">(no of txs: {{mempool_size}}, size: {{mempool_size_kB}} kB)</h4>
<div class="center">
<table class="center">
<table class="center" style="width:75%">
<tr>
<td>height</td>
<td>age [h:m:s]</td>
<td>size [kB]<!--(Δm)--></td>
<td>transaction hash</td>
<td>fee</td>
<td>outputs</td>
<td>in/out</td>
<td>rct/type</td>
<td>mixin</td>
<td>size [kB]</td>
<td>tx size [kB]</td>
</tr>
{{#mempooltxs}}
<tr>
<td>N/A</td>
<td>{{age}}</td>
<td>N/A</td>
<td><a href="/tx/{{hash}}">{{hash}}</a></td>
<td>{{fee}}</td>
<td>{{xmr_outputs}}</td>