Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
iamh2o committed Jan 13, 2024
1 parent b598839 commit f0085e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/assay.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3>
no worksets in queue.
{% endif %}
{% for wset in queue.child_instance.parent_of_lineages %}
<p> <a target=pq2 href=/workflow_details?workflow_euid={{ wset.child_instance.euid }}>{{ wset.child_instance.euid }}</a> {{ wset.child_instance.json_addl.get('properties',{}).get('name','na') }} - {{ wset.child_instance.bstate }}</p>
<p> <a target=pq2 href=/workflow_details?workflow_euid={{ wset.child_instance.euid }}>{{ wset.child_instance.euid }}</a> {{ wset.child_instance.json_addl.get('properties',{}).get('name','na') }} - {{ wset.child_instance.bstatus }}</p>

{% endfor %}
</ul></ul>
Expand Down

0 comments on commit f0085e8

Please sign in to comment.