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:
commit
7c35907cde
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue