Changes efficiency metric display in AxeOS (#231)

Fixes https://github.com/skot/ESP-Miner/issues/230
This commit is contained in:
Nathan Day 2024-06-19 08:08:03 +00:00 committed by GitHub
parent 5cf16e1bcf
commit e760af7831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>