open-nomad/ui/app/templates/components/job-deployment-details.hbs
2023-04-10 15:36:59 +00:00

11 lines
340 B
Handlebars

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
}}
{{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)
)}}