open-nomad/ui/app/templates/jobs/job/index.hbs
2022-01-24 11:04:51 -05:00

9 lines
254 B
Handlebars

{{page-title "Job " this.model.name}}
{{component
(concat "job-page/" this.model.templateType)
job=this.model
sortProperty=this.sortProperty
sortDescending=this.sortDescending
currentPage=this.currentPage
gotoClients=(action "gotoClients")
}}