Render nonce and Equihash solution in block view

This commit is contained in:
Jack Grigg 2016-08-29 01:44:07 +12:00
parent afa8866655
commit e71dbd81d0
1 changed files with 16 additions and 2 deletions

View File

@ -88,7 +88,7 @@
</table>
</div>
<div class="col-md-6">
<table class="table">
<table class="table" style="table-layout: fixed">
<tbody>
<tr>
<td> <strong translate>Difficulty</strong></td>
@ -108,7 +108,21 @@
</tr>
<tr>
<td> <strong>Nonce</strong></td>
<td class="text-right text-muted">{{block.nonce}}</td>
<td class="text-right text-muted">
<div class="ellipsis">
<span class="btn-copy" clip-copy="block.nonce"></span>
<span>{{block.nonce}}</span>
</div>
</td>
</tr>
<tr>
<td><strong>Solution</strong></td>
<td class="text-right text-muted">
<div class="ellipsis">
<span class="btn-copy" clip-copy="block.solution"></span>
<span>{{block.solution}}</span>
</div>
</td>
</tr>
<tr data-ng-show="block.nextblockhash">
<td><strong translate>Next Block</strong></td>