Browse Source

Update index.hbs

master
yuriy0803 2 years ago committed by GitHub
parent
commit
926769ae68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 22
      www/app/templates/blocks/index.hbs

22
www/app/templates/blocks/index.hbs

@ -1,17 +1,17 @@
{{#if model.matured}} {{#if model.matured}}
<h4>Matured Blocks</h4> <h3>{{t "block.matured"}}</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>Pool Luck</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 matured blocks yet</h3> <h3>{{t "block.no_matured_blocks_yet"}}</h3>
{{/if}} {{/if}}

Loading…
Cancel
Save