Update wallets.html
Updating template to show delete button
This commit is contained in:
@@ -47,6 +47,9 @@
|
|||||||
<button type="button" class="btn btn-etho btnShowQRCode" data-address="{{address}}">
|
<button type="button" class="btn btn-etho btnShowQRCode" data-address="{{address}}">
|
||||||
<i class="fas fa-qrcode"></i>
|
<i class="fas fa-qrcode"></i>
|
||||||
</button>
|
</button>
|
||||||
|
<button type="button" class="btn btn-etho btnDeleteAddress" data-wallet="{{address}}">
|
||||||
|
<i class="fas fa-times"></i>
|
||||||
|
</button>
|
||||||
</td>
|
</td>
|
||||||
<td>{{balance}}</td>
|
<td>{{balance}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user