From f726c71bf1636a838f45363d1613763a2926e34f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 12 Jun 2024 16:38:54 -0500 Subject: Update html templates to use bootstrap for styling --- qc_app/templates/job_progress.html | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'qc_app/templates/job_progress.html') diff --git a/qc_app/templates/job_progress.html b/qc_app/templates/job_progress.html index 1b08814..1af0763 100644 --- a/qc_app/templates/job_progress.html +++ b/qc_app/templates/job_progress.html @@ -10,21 +10,30 @@ {%block contents%}

{{job_name}}

- -{{job_status}}: {{message}}
- - -{{progress}} -{{"%.2f" | format(progress)}}% - -
+
+ Status +
+ + {{job_status}}: {{message}}
+
+ +
+ + + {{progress}} + {{"%.2f" | format(progress)}}% +
+ - + +
-
+
{{errors_display(errors, "No errors found so far", "We have found the following errors so far", False)}}
-- cgit v1.2.3