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

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