From 486a446b6498181032477749f7f89b7ee9d728b8 Mon Sep 17 00:00:00 2001 From: Jouke Waleson Date: Sat, 16 Sep 2023 12:21:40 +0200 Subject: [PATCH] use new stats page in admin classes overview This was probably an oversight in #4474 As we are going to remove all references to the old /stats/ and /logs/ pages this needs to be removed too. --- templates/admin/admin-classes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/admin-classes.html b/templates/admin/admin-classes.html index 1f22e4c1f80..6ddf69295a2 100644 --- a/templates/admin/admin-classes.html +++ b/templates/admin/admin-classes.html @@ -37,7 +37,7 @@

Total amount of shown classes: {{ classes|length }}
{% if class.stats.week.runs > 0 %}{{(class.stats.week.fails / class.stats.week.runs * 100)|round(2)}}{% else %}0.00{% endif %}% {{class.stats.total.runs}} {% if class.stats.total.runs > 0 %}{{(class.stats.total.fails / class.stats.total.runs * 100)|round(2)}}{% else %}0.00{% endif %}% - Click here + Click here Click here {% endfor %}