github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/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")}}