This commit is contained in:
fxminer 2016-12-07 08:13:58 +01:00
commit aa83be32e1
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
{{ for(var worker in it.stats.pools[pool].workers) { }}
{{var workerstat = it.stats.pools[pool].workers[worker];}}
<tr class="pure-table-odd">
<td>...{{=worker.substr(20, 1000)}}</td>
<td>{{=worker}}</td>
<td>{{=Math.round(workerstat.shares * 100) / 100}}</td>
<td>{{=Math.round(workerstat.invalidshares * 100) / 100}}</td>
<td>{{? workerstat.shares > 0}} {{=Math.floor(10000 * workerstat.shares / (workerstat.shares + workerstat.invalidshares)) / 100}}% {{??}} 0% {{?}}</td>