diff --git a/dashboard-ui/scripts/syncactivity.js b/dashboard-ui/scripts/syncactivity.js index 2002c55c5..3c467db0c 100644 --- a/dashboard-ui/scripts/syncactivity.js +++ b/dashboard-ui/scripts/syncactivity.js @@ -68,7 +68,7 @@ html += '
'; - if (job.Progress) { + if (job.Progress && job.Progress < 100) { html += '
'; html += "
"; html += '';