244157786a
This is the result of running the no-implicit-this-codemod, some manual fixes, and the addition of a linting rule to prevent future ambiguity.
13 lines
366 B
Handlebars
13 lines
366 B
Handlebars
{{#if this.job.hasPlacementFailures}}
|
|
<div class="boxed-section is-danger" data-test-placement-failures>
|
|
<div class="boxed-section-head">
|
|
Placement Failures
|
|
</div>
|
|
<div class="boxed-section-body">
|
|
{{#each this.job.taskGroups as |taskGroup|}}
|
|
<PlacementFailure @taskGroup={{taskGroup}} />
|
|
{{/each}}
|
|
</div>
|
|
</div>
|
|
{{/if}}
|