2022-01-03 14:53:20 +00:00
|
|
|
<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}}
|
|
|
|
@gotoTaskGroup={{@gotoTaskGroup}}
|
|
|
|
/>
|
|
|
|
<jobPage.ui.RecentAllocations />
|
|
|
|
<jobPage.ui.Meta />
|
|
|
|
</jobPage.ui.Body>
|
|
|
|
</JobPage>
|