github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/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>