diff --git a/html/template/sync/upload-by-id.html b/html/template/sync/upload-by-id.html index 5253e204..5e2133ce 100644 --- a/html/template/sync/upload-by-id.html +++ b/html/template/sync/upload-by-id.html @@ -128,7 +128,7 @@ document.addEventListener('DOMContentLoaded', onLoad); Error:{{ .Message }} {{ end }} - {{ if eq .C.Upload.Status "uploaded" }} + {{ if (or (eq .C.Upload.Status "uploaded") (eq .C.Upload.Status "parsing")) }}