#314 duplicate difficulty information: remove duplicate info

This commit is contained in:
Gustavo Cortez 2014-02-14 14:05:32 -03:00
parent e701bab63a
commit 609b43684a

View File

@ -156,17 +156,6 @@
</tr> </tr>
</tbody> </tbody>
</table> </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> <!-- END OF COL-GRAY -->
</div> </div>
</section> </section>