From e60c804ab967af38ff11ca72e247981ced131d97 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 26 Nov 2019 19:10:30 +0000 Subject: [PATCH] Reformat report. --- templates/query_list.html | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/templates/query_list.html b/templates/query_list.html index e3f12af..751442b 100644 --- a/templates/query_list.html +++ b/templates/query_list.html @@ -15,38 +15,42 @@
-
when
-
page
-
time
template
+
when
+
time
options
{% for obj in q %} {% if obj.status_code and obj.status_code != 200 %}{% set class=" text-light bg-danger"%}{% endif %} -
+
+
+ {{ obj.template or '' }} +
+
{{ obj.start_time.strftime('%Y %b %d %H:%M') }}
- -
+
{% if obj.end_time %} - {{ obj.display_seconds }} secs + {{ obj.display_seconds }} seconds {% else %} running {% endif %}
-
- {{ obj.template or '' }} -
+ +
{{ obj.sparql_query }}