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. 20
      www/app/templates/blocks/index.hbs

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

@ -1,17 +1,17 @@
{{#if model.matured}}
<h4>Matured Blocks</h4>
<h3>{{t "block.matured"}}</h3>
<div class="table-responsive">
<table class="table table-condensed table-striped">
<thead>
<tr>
<th>Height</th>
<th>Login</th>
<th>Time Found</th>
<th>Pool Luck</th>
<th>Reward</th>
<th>Type</th>
<th>Shares/Diff</th>
<th>Worker ID</th>
<th>{{t "block.height"}}</th>
<th>{{t "block.login"}}</th>
<th>{{t "block.hash"}}</th>
<th>{{t "block.time_found"}}</th>
<th>{{t "block.variance"}}</th>
<th>{{t "block.reward"}}</th>
<th>{{t "block.shares"}}</th>
<th>{{t "block.worker"}}</th>
</tr>
</thead>
<tbody>
@ -22,5 +22,5 @@
</table>
</div>
{{else}}
<h3>No matured blocks yet</h3>
<h3>{{t "block.no_matured_blocks_yet"}}</h3>
{{/if}}
Loading…
Cancel
Save