forked from nathanwoodburn/firewalletbrowser
feat: Simplify tx page
This commit is contained in:
@@ -82,10 +82,10 @@
|
||||
<table id="dataTable" class="table my-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
<th>Transaction</th>
|
||||
<th class="hide-mobile">Address</th>
|
||||
<th class="hide-mobile">Confirmations</th>
|
||||
<th class="amount-column">Amount</th>
|
||||
<!-- <th class="hide-mobile">Address</th> -->
|
||||
<!-- <th class="amount-column">Amount</th> -->
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="transactions-tbody">
|
||||
@@ -102,10 +102,10 @@
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td><strong>Date</strong></td>
|
||||
<td><strong>Transaction</strong></td>
|
||||
<td class="hide-mobile"><strong>Address</strong></td>
|
||||
<td class="hide-mobile"><strong>Confirmations</strong></td>
|
||||
<td class="amount-column"><strong>Amount</strong></td>
|
||||
<!-- <td class="hide-mobile"><strong>Address</strong></td> -->
|
||||
<!-- <td class="amount-column"><strong>Amount</strong></td> -->
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user