Skip to content

Commit

Permalink
Merge pull request #8216 from hashicorp/b-ui/stats-request-thrashing
Browse files Browse the repository at this point in the history
UI: Add a key to the alloc table on the task group detail page
  • Loading branch information
DingoEatingFuzz committed Jun 19, 2020
2 parents a1a140c + 6dfca71 commit b3ba307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/templates/jobs/job/task-group.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<th>CPU</th>
<th>Memory</th>
</t.head>
<t.body as |row|>
<t.body @key="model.id" as |row|>
<AllocationRow @data-test-allocation={{row.model.id}} @allocation={{row.model}} @context="taskGroup" @onClick={{action "gotoAllocation" row.model}} />
</t.body>
</ListTable>
Expand Down

0 comments on commit b3ba307

Please sign in to comment.