github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/ui/app/templates/jobs/job/index.hbs (about)

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