Skip to content

Commit

Permalink
ANPL-1704 add task ID to incomplete task list page
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljcollinsuk committed Sep 28, 2023
1 parent 4c9c5b4 commit a9a6a23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controlpanel/frontend/jinja2/includes/task-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<th class="govuk-table__header">Entity class</th>
<th class="govuk-table__header">Entity ID</th>
<th class="govuk-table__header">Entity description</th>
<th class="govuk-table__header">Task ID</th>
<th class="govuk-table__header">Task description</th>
<th class="govuk-table__header">Create time</th>
<th class="govuk-table__header">
Expand All @@ -19,6 +20,7 @@
<td class="govuk-table__cell">{{ task.entity_class }}</td>
<td class="govuk-table__cell">{{ task.entity_id }}</td>
<td class="govuk-table__cell">{{ task.entity_description }}</td>
<td class="govuk-table__cell">{{ task.task_id }}</td>
<td class="govuk-table__cell">{{ task.task_description }}</td>
<td class="govuk-table__cell">{{ task.created }}</td>
<td class="govuk-table__cell">
Expand Down

0 comments on commit a9a6a23

Please sign in to comment.