Skip to content

Commit

Permalink
Merge pull request skot#450 from WhiteyCookie/web_ui_rejected_shares_…
Browse files Browse the repository at this point in the history
…percentage

Rejected Shares Percentage Information added
  • Loading branch information
WantClue authored Nov 28, 2024
2 parents a26cacf + e889320 commit d69c9db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h4>Loading...</h4>
</div>
</div>
<span class="text-red-500 font-medium">{{info.sharesRejected | number: '1.0-0'}} </span>
<span class="text-500">rejected</span>
<span class="text-500">rejected</span> <span class="font-medium"> ({{(info.sharesRejected / (info.sharesAccepted + info.sharesRejected) * 100) | number: '1.2-2'}}%)</span>
</div>
</div>

Expand Down Expand Up @@ -222,4 +222,4 @@ <h5>Pool Information ({{info.isUsingFallbackStratum ? 'Fallback' : 'Primary' }})
</div>


</ng-container>
</ng-container>

0 comments on commit d69c9db

Please sign in to comment.