open-nomad/ui/app/templates/jobs/job/index.hbs
Buck Doyle 90c9b89b5e
UI: Add page titles (#5924)
This uses ember-page-title to add dynamic page titles throughout the
route hierarchy. When there’s more than one region, the current
current region is added before the final entry of “- Nomad”.
2019-07-17 15:02:58 -05:00

9 lines
250 B
Handlebars

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