Merge pull request #3985 from hashicorp/b-ui-missing-task-name

Read task name off of the state rather than the task
This commit is contained in:
Michael Lange 2018-03-15 14:04:24 -07:00 committed by GitHub
commit 7c35907cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>