github.com/manicqin/nomad@v0.9.5/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  )}}