2020-07-09 20:19:07 +00:00
|
|
|
{{#if this.job.hasPlacementFailures}}
|
2018-01-25 17:31:48 +00:00
|
|
|
<div class="boxed-section is-danger" data-test-placement-failures>
|
|
|
|
<div class="boxed-section-head">
|
|
|
|
Placement Failures
|
|
|
|
</div>
|
|
|
|
<div class="boxed-section-body">
|
2020-07-09 20:19:07 +00:00
|
|
|
{{#each this.job.taskGroups as |taskGroup|}}
|
2020-06-01 19:03:56 +00:00
|
|
|
<PlacementFailure @taskGroup={{taskGroup}} />
|
2018-01-25 17:31:48 +00:00
|
|
|
{{/each}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|