diff --git a/dashboard/static/index.html b/dashboard/static/index.html index b6c2d5ae..02f74fb5 100644 --- a/dashboard/static/index.html +++ b/dashboard/static/index.html @@ -228,7 +228,7 @@ {{ r.rank }}ere {{ r.name }} - {{ r.score }} + {{ r.score | number:0 }} @@ -404,7 +404,7 @@ {{ r.rank }}ere {{ r.name }} - {{ r.score }} + {{ r.score | number:0 }}