Skip to content

Commit

Permalink
Changes efficiency metric display in AxeOS (skot#231)
Browse files Browse the repository at this point in the history
Fixes skot#230
  • Loading branch information
dadofsambonzuki authored and tommy committed Jun 20, 2024
1 parent 0c9068d commit 8f685c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h4>Loading...</h4>
<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>
Expand Down

0 comments on commit 8f685c7

Please sign in to comment.