Skip to content

Commit

Permalink
allow empty task_info
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Jun 10, 2024
1 parent 6efe873 commit 4484140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iceprod/website/data/www_templates/dataset_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ <h2>Tasks</h2>
</div>
<div class="task_completion">
<h2>Task Status by Task Name</h2>
{% if task_info %}
<table>
<tr>
{% for key in list(task_info.values())[0] %}
Expand All @@ -83,6 +84,7 @@ <h2>Task Status by Task Name</h2>
</tr>
{% end %}
</table>
{% end %}
<h3>Completion Statistics</h3>
<table>
<tr>
Expand Down

0 comments on commit 4484140

Please sign in to comment.