Public key column in table, shown as hex

This commit is contained in:
Ian Coleman
2016-11-02 12:13:21 +11:00
parent 92b46ab44f
commit 1b12b2f5f1
4 changed files with 96 additions and 4 deletions
+7
View File
@@ -294,6 +294,12 @@
<button class="address-toggle">Toggle</button>
</div>
</th>
<th>
<div class="input-group">
Public Key&nbsp;&nbsp;
<button class="public-key-toggle">Toggle</button>
</div>
</th>
<th>
<div class="input-group">
Private Key&nbsp;&nbsp;
@@ -438,6 +444,7 @@
<tr>
<td class="index"><span></span></td>
<td class="address"><span></span></td>
<td class="pubkey"><span></span></td>
<td class="privkey"><span></span></td>
</tr>
</script>