From 0a6edab9f6c9e5cecb73dcd5427ea604c3395dfc Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 8 Jan 2026 13:39:23 -0600 Subject: Handle the case where the job was manually stopped. --- uploader/templates/background-jobs/list-jobs.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'uploader/templates') diff --git a/uploader/templates/background-jobs/list-jobs.html b/uploader/templates/background-jobs/list-jobs.html index 3e87a31..c16b850 100644 --- a/uploader/templates/background-jobs/list-jobs.html +++ b/uploader/templates/background-jobs/list-jobs.html @@ -36,6 +36,8 @@ class="fw-bold text-capitalize text-success" {%elif job.metadata.status == "error"%} class="fw-bold text-capitalize text-danger" + {%elif job.metadata.status == "stopped"%} + class="fw-bold text-capitalize text-warning" {%else%} class="fw-bold text-capitalize text-info" {%endif%}> -- cgit 1.4.1