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

Merge branch 'dev-nico' into 'master'

Dev nico

See merge request !113
parents 96ad01c9 c4c8f78c
Branches
No related tags found
4 merge requests!143Query Page:,!120Master,!115Master,!113Dev nico
Pipeline #11752 passed
...@@ -17,7 +17,7 @@ TD { ...@@ -17,7 +17,7 @@ TD {
background-color: lemonchiffon; background-color: lemonchiffon;
} }
.error,.failed,.staging_failed,.processed_failed,.scrubbed_failed { .error,.failed,.staging_failed,.processed_failed,.scrubbed_failed,.stored_failed {
color: red; color: red;
font-weight: bold; font-weight: bold;
} }
......
...@@ -382,7 +382,7 @@ def construct_tasks_per_workflow_html(request, workflow_results): ...@@ -382,7 +382,7 @@ def construct_tasks_per_workflow_html(request, workflow_results):
link = construct_link_to_workflow_api(request, workflow_result) link = construct_link_to_workflow_api(request, workflow_result)
# values = "<tr><td colspan='5'><b>" + link + "</b></td></tr><tr>" # 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 # add sizes
values += "<td><b>size to process:</b> " + str(human_readable(workflow_result['size_to_process'])) + "</td>" values += "<td><b>size to process:</b> " + str(human_readable(workflow_result['size_to_process'])) + "</td>"
......
...@@ -17,7 +17,7 @@ TD { ...@@ -17,7 +17,7 @@ TD {
background-color: lemonchiffon; background-color: lemonchiffon;
} }
.error,.failed,.staging_failed,.processed_failed,.scrubbed_failed { .error,.failed,.staging_failed,.processed_failed,.scrubbed_failed,.stored_failed {
color: red; color: red;
font-weight: bold; font-weight: bold;
} }
......
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
{% include 'taskdatabase/pagination.html' %} {% include 'taskdatabase/pagination.html' %}
</div> </div>
</div> </div>
<p class="footer"> Version 1.0.0 (13 apr 2021 - 17:30) <p class="footer"> Version 1.0.0 (13 apr 2021 - 17:35)
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment