|
|
|
@ -1,17 +1,17 @@ |
|
|
|
{{#if model.immature}} |
|
|
|
{{#if model.immature}} |
|
|
|
<h4>Immature Blocks</h4> |
|
|
|
<h3>{{t "block.immature_blocks"}}</h3> |
|
|
|
<div class="table-responsive"> |
|
|
|
<div class="table-responsive"> |
|
|
|
<table class="table table-condensed table-striped"> |
|
|
|
<table class="table table-condensed table-striped"> |
|
|
|
<thead> |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th>Height</th> |
|
|
|
<th>{{t "block.height"}}</th> |
|
|
|
<th>Login</th> |
|
|
|
<th>{{t "block.login"}}</th> |
|
|
|
<th>Time Found</th> |
|
|
|
<th>{{t "block.hash"}}</th> |
|
|
|
<th>Variance</th> |
|
|
|
<th>{{t "block.time_found"}}</th> |
|
|
|
<th>Reward</th> |
|
|
|
<th>{{t "block.variance"}}</th> |
|
|
|
<th>Type</th> |
|
|
|
<th>{{t "block.reward"}}</th> |
|
|
|
<th>Shares/Diff</th> |
|
|
|
<th>{{t "block.shares"}}</th> |
|
|
|
<th>Worker ID</th> |
|
|
|
<th>{{t "block.worker"}}</th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
</thead> |
|
|
|
<tbody> |
|
|
|
<tbody> |
|
|
|
@ -22,5 +22,5 @@ |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{{else}} |
|
|
|
{{else}} |
|
|
|
<h3>No immature blocks yet</h3> |
|
|
|
<h3>{{t "block.no_immature_blocks_yet"}}</h3> |
|
|
|
{{/if}} |
|
|
|
{{/if}} |