From 7b226397f1eeece063eea3b954a6ebdb8b5c4f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 24 Sep 2020 20:19:01 +0200 Subject: [PATCH] standards exist for a reason --- templates/report.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/report.html b/templates/report.html index 682a581..26e1982 100644 --- a/templates/report.html +++ b/templates/report.html @@ -1,5 +1,9 @@ + - + +Kebab Collection + +

Current vertex count: {{ best_result|length }}

Total results submitted: {{ result_count }}

@@ -16,5 +20,5 @@
  • {{ worker.ipaddr }} - {{ worker.last_seen }}
  • {% endfor %} - + \ No newline at end of file