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}}">
|
||||
<i class="fas fa-qrcode"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-etho btnDeleteAddress" data-wallet="{{address}}">
|
||||
<i class="fas fa-times"></i>
|
||||
</button>
|
||||
</td>
|
||||
<td>{{balance}}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user