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