diff --git a/client/src/components/History/CurrentCollection/CollectionOperations.vue b/client/src/components/History/CurrentCollection/CollectionOperations.vue index 2843caddf801..c8c20b4bef5f 100644 --- a/client/src/components/History/CurrentCollection/CollectionOperations.vue +++ b/client/src/components/History/CurrentCollection/CollectionOperations.vue @@ -18,6 +18,8 @@ const rerunUrl = computed(() => const showCollectionDetailsUrl = computed(() => props.dsc.job_source_type == "Job" ? `/jobs/${props.dsc.job_source_id}/view` : null ); +const disableDownload = props.dsc.populated_state !== "ok"; + function onDownload() { window.location.href = downloadUrl.value; } @@ -28,6 +30,7 @@ function onDownload() { diff --git a/client/src/components/Login/LoginForm.vue b/client/src/components/Login/LoginForm.vue index 54e460a42c02..eb770103086a 100644 --- a/client/src/components/Login/LoginForm.vue +++ b/client/src/components/Login/LoginForm.vue @@ -1,5 +1,5 @@ @@ -215,7 +215,6 @@ async function submit() { -