From 4412b63cec1a44f395b95bb9bb8c94cd6e62b6d6 Mon Sep 17 00:00:00 2001 From: Isaac Cook Date: Tue, 29 Apr 2014 14:36:18 -0500 Subject: [PATCH] Fixes sorting by hashrate on round stats --- templates/round_summary.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/templates/round_summary.html b/templates/round_summary.html index e2be0e1..e08051b 100644 --- a/templates/round_summary.html +++ b/templates/round_summary.html @@ -4,7 +4,15 @@ {% block body %} @@ -91,7 +99,7 @@

Top Users PPLNS Summary {{ dat['user'] }} {% endif %} {{ '{:,}'.format(dat['shares'] | int) }} - {{ '{:,}'.format((dat['hashrate'] / 1000) | round(2)) }} KH/s + {{ '{:,}'.format((dat['hashrate'] / 1000) | round(2)) }} KH/s {% if donation_perc != None %}{{ '{:0.1f}'.format(dat['donation_perc']) }}%{% else %}-{% endif %} {% endfor %}