Merge pull request #316 from cmgustavo/bug/01-status-info

#314 duplicate difficulty information: remove duplicate info
This commit is contained in:
Gustavo Maximiliano Cortez 2014-02-14 15:00:47 -02:00
commit 1f5ca72957
1 changed files with 1 additions and 12 deletions

View File

@ -64,7 +64,7 @@
<td class="text-right ellipsis"><a href="/block/{{lastblockhash}}">{{lastblockhash}}</a></td>
</tr>
<tr>
<td>Current Blockchain Tip(insight)</td>
<td>Current Blockchain Tip (insight)</td>
<td class="text-right ellipsis"><a href="/block/{{syncTipHash}}">{{syncTipHash}}</a></td>
</tr>
</tbody>
@ -156,17 +156,6 @@
</tr>
</tbody>
</table>
<h4>Difficulty</h4>
<table class="table" data-ng-controller="StatusController" data-ng-init="getStatus('Difficulty')">
<thead data-ng-include src="'/views/includes/infoStatus.html'"></thead>
<tbody>
<tr>
<td>Mining Difficulty</td>
<td>{{difficulty}}</td>
</tr>
</tbody>
</table>
</div> <!-- END OF COL-GRAY -->
</div>
</section>