github.com/hernad/nomad@v1.6.112/ui/app/templates/jobs/job/deployments.hbs (about) 1 {{! 2 Copyright (c) HashiCorp, Inc. 3 SPDX-License-Identifier: MPL-2.0 4 ~}} 5 6 {{page-title "Job " this.job.name " deployments"}} 7 <JobSubnav @job={{this.job}} /> 8 <section class="section"> 9 <JobDeploymentsStream @deployments={{this.model.deployments}} /> 10 </section>