open-nomad/ui/app/templates/jobs/job/index.hbs
2018-07-30 13:13:52 -07:00

8 lines
222 B
Handlebars

{{component (concat "job-page/" model.templateType)
job=model
sortProperty=sortProperty
sortDescending=sortDescending
currentPage=currentPage
gotoJob=(action "gotoJob")
gotoTaskGroup=(action "gotoTaskGroup")}}