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

     1  {{page-title "Job " this.model.name}}
     2  {{component (concat "job-page/" this.model.templateType)
     3    job=this.model
     4    sortProperty=this.sortProperty
     5    sortDescending=this.sortDescending
     6    currentPage=this.currentPage
     7    gotoJob=(action "gotoJob")
     8    gotoTaskGroup=(action "gotoTaskGroup")}}