open-nomad/ui/app/templates/jobs/job/dispatch.hbs
2021-12-23 12:41:52 -05:00

6 lines
236 B
Handlebars

<Breadcrumb @crumb={{hash label="Dispatch" args=(array "jobs.job.dispatch")}} />
{{page-title "Dispatch new " this.model.name}}
<JobSubnav @job={{this.model}} />
<section class="section">
<JobDispatch @job={{this.model}} />
</section>