github.com/hernad/nomad@v1.6.112/ui/app/templates/components/job-deployment-details.hbs (about)

     1  {{!
     2    Copyright (c) HashiCorp, Inc.
     3    SPDX-License-Identifier: MPL-2.0
     4  ~}}
     5  
     6  {{yield (hash
     7    metrics=(component "job-deployment/deployment-metrics" deployment=@deployment)
     8    taskGroups=(component "job-deployment/task-groups" deployment=@deployment)
     9    allocations=(component "job-deployment/deployment-allocations" deployment=@deployment)
    10  )}}