From 4358e4a36c162e92e321d0e8e916ac05701f7bd8 Mon Sep 17 00:00:00 2001
From: Nico Vermaas <vermaas@astron.nl>
Date: Tue, 13 Apr 2021 17:30:39 +0200
Subject: [PATCH] add fetching/fetched and storing/stored statusses to GUI

---
 atdb/taskdatabase/services/algorithms.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atdb/taskdatabase/services/algorithms.py b/atdb/taskdatabase/services/algorithms.py
index b4702ae0..054ad10b 100644
--- a/atdb/taskdatabase/services/algorithms.py
+++ b/atdb/taskdatabase/services/algorithms.py
@@ -382,7 +382,7 @@ def construct_tasks_per_workflow_html(request, workflow_results):
         link = construct_link_to_workflow_api(request, workflow_result)
 
         # values = "<tr><td colspan='5'><b>" + link + "</b></td></tr><tr>"
-        values = "<tr class='info'><td colspan='4'><b>" + link + "</b></td>"
+        values = "<tr class='info'><td colspan='6'><b>" + link + "</b></td>"
 
         # add sizes
         values += "<td><b>size to process:</b> " + str(human_readable(workflow_result['size_to_process'])) + "</td>"
-- 
GitLab