about summary refs log tree commit diff
path: root/uploader/templates
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-01-08 13:39:23 -0600
committerFrederick Muriuki Muriithi2026-01-08 14:07:20 -0600
commit0a6edab9f6c9e5cecb73dcd5427ea604c3395dfc (patch)
tree58c020337813590c586fe7127288edac7d172550 /uploader/templates
parent4347128187a23cfe75a01fa37b93fecc144296b4 (diff)
downloadgn-uploader-0a6edab9f6c9e5cecb73dcd5427ea604c3395dfc.tar.gz
Handle the case where the job was manually stopped.
Diffstat (limited to 'uploader/templates')
-rw-r--r--uploader/templates/background-jobs/list-jobs.html2
1 files changed, 2 insertions, 0 deletions
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%}>