mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-04-13 14:29:17 +02:00
Changes efficiency metric display in AxeOS (#231)
Fixes https://github.com/skot/ESP-Miner/issues/230
This commit is contained in:
parent
5cf16e1bcf
commit
e760af7831
@ -50,7 +50,7 @@
|
||||
<div>
|
||||
<span class="block text-500 font-medium mb-3">Efficiency</span>
|
||||
<div class="text-900 font-medium text-xl">
|
||||
<td>{{info.power / (info.hashRate/1000) | number: '1.2-2'}} <small>W/Th</small>
|
||||
<td>{{info.power / (info.hashRate/1000) | number: '1.2-2'}} <small>J/Th</small>
|
||||
</td>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user