* linux and windows archive name reflect platform

+ simple access to transactions filter
This commit is contained in:
Taegus
2018-12-23 12:04:49 +01:00
parent 107eafa741
commit ba1b8bb82c
5 changed files with 26 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
<th scope="row" class="colEdit"><button type="button" class="btn btn-etho btnChangWalletName" data-wallet="{{address}}" data-name="{{name}}">Edit</button></th>
<td>{{name}}</td>
<td><span class="textAddress">{{address}}</span></td>
<td><button type="button" class="btn btn-etho btnShowAddressTransactions" data-wallet="{{address}}"><i class="fas fa-exchange-alt"></i></button></td>
<td>{{balance}}</td>
</tr>
{{/addressData}}