From 488baf0b6721b94db10beb2212078fc12926acd2 Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Tue, 22 Oct 2019 15:28:54 +0200 Subject: [PATCH] Fix new results table view --- app/templates/main/jobs/job.html.j2 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/app/templates/main/jobs/job.html.j2 b/app/templates/main/jobs/job.html.j2 index d3817914..c35ea427 100644 --- a/app/templates/main/jobs/job.html.j2 +++ b/app/templates/main/jobs/job.html.j2 @@ -218,6 +218,7 @@ file_downloadDownload + {% if files[file]['results'] %} {% for result in files[file]['results'] %} @@ -229,7 +230,25 @@ {% endif %} + {% if result == 'vrt' %} + + + + + + + + + {% endif %} {% endfor %} + {% else %} + {% for step in range(1, 4) %} + + processing... + + + {% endfor %} + {% endif %} {% endfor %}