diff --git a/ui/components/Queue.js b/ui/components/Queue.js index 25e165a7c..a623a8e8f 100644 --- a/ui/components/Queue.js +++ b/ui/components/Queue.js @@ -166,6 +166,10 @@ const fieldComponents = { ) case 'Number': + if (job.progress > 100) { + return
{job.progress}
+ } + return (