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

     1  {{page-title "Job " this.job.name " deployments"}}
     2  <JobSubnav @job={{this.job}} />
     3  <section class="section">
     4    <JobDeploymentsStream @deployments={{this.model.deployments}} />
     5  </section>