github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/app/templates/components/job-deployment-details.hbs (about)

     1  {{yield (hash
     2    metrics=(component "job-deployment/deployment-metrics" deployment=@deployment)
     3    taskGroups=(component "job-deployment/task-groups" deployment=@deployment)
     4    allocations=(component "job-deployment/deployment-allocations" deployment=@deployment)
     5  )}}