Skip to content

Commit

Permalink
Merge pull request #3985 from hashicorp/b-ui-missing-task-name
Browse files Browse the repository at this point in the history
Read task name off of the state rather than the task
  • Loading branch information
DingoEatingFuzz committed Mar 15, 2018
2 parents 7440e23 + 6e88f38 commit 0cc4e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/templates/allocations/allocation/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<tr data-test-task-row={{row.model.task.name}}>
<td data-test-name>
{{#link-to "allocations.allocation.task" row.model.allocation row.model}}
{{row.model.task.name}}
{{row.model.name}}
{{/link-to}}
</td>
<td data-test-state>{{row.model.state}}</td>
Expand Down

0 comments on commit 0cc4e3c

Please sign in to comment.