diff options
Diffstat (limited to 'uploader/templates')
| -rw-r--r-- | uploader/templates/background-jobs/list-jobs.html | 2 |
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%}> |
