open-nomad/ui/app/templates/jobs/job/index.hbs

8 lines
217 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
}}