github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/ui/app/templates/jobs/job/index.hbs (about)

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