open-nomad/ui/app/templates/jobs/job/index.hbs
2018-02-06 10:53:50 -08:00

9 lines
262 B
Handlebars

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