You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
44 lines
1.2 KiB
<div id="pushtx-status">
|
|
<h1>PUSHTX STATUS</h1>
|
|
|
|
<div class="box-context">Monitor the transactions pushed through your Dojo.</div>
|
|
|
|
<div class="row box-main">
|
|
<div id="txs-pushed" class="box fullwidth">
|
|
<div class="box-header">TRANSACTIONS PUSHED</div>
|
|
<div class="box-body">
|
|
<table>
|
|
<tr>
|
|
<td class="table-label">Uptime</td>
|
|
<td class="table-value" id="pushed-uptime"></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="table-label">Number of Transactions</td>
|
|
<td class="table-value" id="pushed-count"></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="table-label">Total Amount</td>
|
|
<td class="table-value" id="pushed-amount"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row box-main">
|
|
<div id="txs-scheduled" class="box fullwidth">
|
|
<div class="box-header">TRANSACTIONS SCHEDULED</div>
|
|
<div class="box-body">
|
|
<table id="table-scheduled-txs">
|
|
<thead>
|
|
<td colspan="2"></td>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<script include-js="pushtx/pushtx.js"></script>
|
|
|