2021-12-14 19:15:19 +00:00
|
|
|
{{#each this.breadcrumbs as |crumb|}}
|
|
|
|
<Breadcrumb @crumb={{crumb}} />
|
|
|
|
{{/each}}
|
2021-02-17 21:01:44 +00:00
|
|
|
{{page-title "Run a job"}}
|
2018-08-14 19:54:54 +00:00
|
|
|
<section class="section">
|
2021-11-30 20:10:01 +00:00
|
|
|
<JobEditor @job={{this.model}} @context="new" @onSubmit={{action this.onSubmit}} />
|
2021-12-14 19:15:19 +00:00
|
|
|
</section>
|