From 838049cedefc5209ff9666624b2b24eccb120fb8 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 16 Nov 2022 03:09:22 +0300 Subject: ui: Only display the "alert-success" green on completion * To avoid confusion, only display the "alert-success" green on completion of the parsing process. While parsing, if there are no errors, then display the "No errors found so far" message without the green colour. --- qc_app/templates/job_progress.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 acced9b..1b08814 100644 --- a/qc_app/templates/job_progress.html +++ b/qc_app/templates/job_progress.html @@ -25,7 +25,7 @@
- {{errors_display(errors, "No errors found so far", "We have found the following errors so far")}} + {{errors_display(errors, "No errors found so far", "We have found the following errors so far", False)}}
{%endblock%} -- cgit v1.2.3