2ec864c67e
Previously, the router service was not available to components. Now that it is, we no longer need to prop-drill this linking action.
15 lines
417 B
Handlebars
15 lines
417 B
Handlebars
<JobPage @job={{this.job}} as |jobPage|>
|
|
<jobPage.ui.Body>
|
|
<jobPage.ui.Error />
|
|
<jobPage.ui.Title />
|
|
<jobPage.ui.StatsBox />
|
|
<jobPage.ui.Summary />
|
|
<jobPage.ui.PlacementFailures />
|
|
<jobPage.ui.TaskGroups
|
|
@sortProperty={{this.sortProperty}}
|
|
@sortDescending={{this.sortDescending}}
|
|
/>
|
|
<jobPage.ui.RecentAllocations />
|
|
<jobPage.ui.Meta />
|
|
</jobPage.ui.Body>
|
|
</JobPage> |