open-nomad/ui/app/templates/components/job-deployment-details.hbs
Buck Doyle 77b4d59f5d
Change edition to Octane (#8418)
This updates the Ember edition setting to Octane, which I removed from #8319
because it required the template-only Glimmer components setting to be turned
on, which this does. These changes to templates accommodate that setting.
2020-07-13 09:26:12 -05:00

6 lines
265 B
Handlebars

{{yield (hash
metrics=(component "job-deployment/deployment-metrics" deployment=@deployment)
taskGroups=(component "job-deployment/task-groups" deployment=@deployment)
allocations=(component "job-deployment/deployment-allocations" deployment=@deployment)
)}}