From bcbb3a4d33782028727476b31909fa42399f5e03 Mon Sep 17 00:00:00 2001 From: Chris van Run Date: Tue, 24 Dec 2024 15:51:25 +0100 Subject: [PATCH 1/6] Wrap results in a modal --- .../templates/algorithms/job_list_row.html | 45 +++++++++++++++++-- 1 file changed, 42 insertions(+), 3 deletions(-) diff --git a/app/grandchallenge/algorithms/templates/algorithms/job_list_row.html b/app/grandchallenge/algorithms/templates/algorithms/job_list_row.html index 349c7d9e14..bbf87fa78c 100644 --- a/app/grandchallenge/algorithms/templates/algorithms/job_list_row.html +++ b/app/grandchallenge/algorithms/templates/algorithms/job_list_row.html @@ -46,11 +46,50 @@ {{ object.comment }} + +{% if object.rendered_result_text %} + -
- {{ object.rendered_result_text }} -
+ + + + Result + +{% endif %}