From 165019a28c48269890506d0baf94e5109d189c7f Mon Sep 17 00:00:00 2001 From: amickan Date: Wed, 23 Oct 2024 14:21:55 +0200 Subject: [PATCH] Update detailed error message display --- .../algorithms/templates/algorithms/job_detail.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/grandchallenge/algorithms/templates/algorithms/job_detail.html b/app/grandchallenge/algorithms/templates/algorithms/job_detail.html index 0632dd60a..74f1832e9 100644 --- a/app/grandchallenge/algorithms/templates/algorithms/job_detail.html +++ b/app/grandchallenge/algorithms/templates/algorithms/job_detail.html @@ -130,7 +130,13 @@

Result Reference Data

{% if object.detailed_error_message %}
Detailed Error Message
-
{{ object.detailed_error_message|json_dumps }}
+
+
+ {% for interface, error in object.detailed_error_message.items %} +
{{ interface }}
{{ error }}
+ {% endfor %} +
+
{% endif %} {% if object.duration %}