mempool.html simplified

add_selenium_testing
moneroexamples 7 years ago
parent 09dbca87ba
commit 14d24dd076

@ -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>

Loading…
Cancel
Save