github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/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  )}}