Skip to content
Snippets Groups Projects
Commit 4358e4a3 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

add fetching/fetched and storing/stored statusses to GUI

parent ff45975d
No related branches found
No related tags found
3 merge requests!143Query Page:,!113Dev nico,!112add fetching/fetched and storing/stored statusses to GUI
......@@ -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>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment