mirror of
https://github.com/kemko/nomad.git
synced 2026-01-11 04:45:42 +03:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user