github.com/manicqin/nomad@v0.9.5/ui/app/templates/jobs/job/index.hbs (about)

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