From bd100544d7bf77bf62ecfc1341ee2fb7638316b7 Mon Sep 17 00:00:00 2001 From: Isaac Abadi Date: Sun, 21 May 2023 19:47:21 -0600 Subject: [PATCH] Errored downloads now display their stage as "Error" in the UI --- src/app/components/downloads/downloads.component.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/components/downloads/downloads.component.html b/src/app/components/downloads/downloads.component.html index 501adf5..006dbcc 100644 --- a/src/app/components/downloads/downloads.component.html +++ b/src/app/components/downloads/downloads.component.html @@ -34,7 +34,10 @@ Stage - {{STEP_INDEX_TO_LABEL[element.step_index]}} + + {{STEP_INDEX_TO_LABEL[element.step_index]}} + Error +