mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-01-13 00:27:54 +00:00
Tidy up fractionDigits in Web-UI
This commit is contained in:
parent
0dff9c0845
commit
10af194da0
@ -20,9 +20,9 @@
|
|||||||
<div class="col-xs-6">
|
<div class="col-xs-6">
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
<dt>Hashrate</dt>
|
<dt>Hashrate</dt>
|
||||||
<dd><span class="badge alert-info">{{formatNumber hashrate maximumFractionDigits=4}}</span></dd>
|
<dd><span class="badge alert-info">{{formatNumber hashrate maximumFractionDigits=2}}</span></dd>
|
||||||
<dt>Hashrate 24h</dt>
|
<dt>Hashrate 24h</dt>
|
||||||
<dd><span class="badge alert-info">{{formatNumber hashrate24h maximumFractionDigits=4}}</span></dd>
|
<dd><span class="badge alert-info">{{formatNumber hashrate24h maximumFractionDigits=2}}</span></dd>
|
||||||
<dt>Total Miners</dt>
|
<dt>Total Miners</dt>
|
||||||
<dd><span class="badge alert-info">{{totalMiners}}</span></dd>
|
<dd><span class="badge alert-info">{{totalMiners}}</span></dd>
|
||||||
<dt>Miners Online</dt>
|
<dt>Miners Online</dt>
|
||||||
@ -49,7 +49,7 @@
|
|||||||
{{#if template}}
|
{{#if template}}
|
||||||
<p>
|
<p>
|
||||||
<strong>Block Height:</strong> <span class="label label-primary">{{height}}</span>
|
<strong>Block Height:</strong> <span class="label label-primary">{{height}}</span>
|
||||||
<strong>Difficulty:</strong> <span class="label label-primary">{{formatNumber diff maximumFractionDigits=4}}</span>
|
<strong>Difficulty:</strong> <span class="label label-primary">{{formatNumber diff}}</span>
|
||||||
<strong>Prev. Hash:</strong> <span class="label label-primary">{{prevHash}}</span>
|
<strong>Prev. Hash:</strong> <span class="label label-primary">{{prevHash}}</span>
|
||||||
</p>
|
</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
@ -131,8 +131,8 @@
|
|||||||
—
|
—
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</td>
|
</td>
|
||||||
<td>{{formatNumber hashrate maximumFractionDigits=4}}</td>
|
<td>{{formatNumber hashrate maximumFractionDigits=2}}</td>
|
||||||
<td>{{formatNumber hashrate24h maximumFractionDigits=4}}</td>
|
<td>{{formatNumber hashrate24h maximumFractionDigits=2}}</td>
|
||||||
<td>{{formatRelative lastBeat now=../now}}</td>
|
<td>{{formatRelative lastBeat now=../now}}</td>
|
||||||
<td>{{formatNumber validShares}}</td>
|
<td>{{formatNumber validShares}}</td>
|
||||||
<td>{{formatNumber staleShares}}</td>
|
<td>{{formatNumber staleShares}}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user