* address list addresses always in uppercase

+ copy address list address to clipboard
+ show address names under the addresses in the send screen
This commit is contained in:
Taegus
2019-02-03 11:13:36 +01:00
parent 3fa90b2e48
commit 91356cfc8f
5 changed files with 49 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
<tbody>
{{#addressData}}
<tr>
<th scope="row" class="colEdit"><button type="button" class="btn btn-etho btnSelectToAddress" data-wallet="{{address}}">Select</button></th>
<th scope="row" class="colEdit"><button type="button" class="btn btn-etho btnSelectToAddress" data-wallet="{{address}}" data-name="{{name}}"">Select</button></th>
<td>{{name}}</td>
<td><span class="textAddress">{{address}}</span></td>
</tr>