From 13db138427e9beac2bf1a662f7b6ce9d83d1d03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Sun, 14 May 2017 00:35:09 +0300 Subject: [PATCH] Dissable search for the Details column --- src/templates/index.html | 70 ++++++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 32 deletions(-) diff --git a/src/templates/index.html b/src/templates/index.html index 1819b29..f339e95 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -1,43 +1,49 @@ {% extends "root.html" %} {% block main %} -{{ super() }} -
- -
Scoreboard
-
-

The results are send here via JSON from the java app.

- - - - - - - - - - - - {% for item in results %} - - - - - - - - {% endfor %} - -
GPUCPUScoreDetails
{{ item.gpu | truncate(50) }}{{ item.cpu | truncate(50)}}{{ item.score }}See more
+ {{ super() }} +
+ +
Scoreboard
+
+

The results are send here via JSON from the java app.

+ + + + + + + + + + + + {% for item in results %} + + + + + + + + {% endfor %} + +
GPUCPUScoreDetails
{{ item.gpu | truncate(50) }}{{ item.cpu | truncate(50) }}{{ item.score }}See more
+
-
{% endblock %} {% block scripts %} - {{super()}} + {{ super() }}