github.com/hernad/nomad@v1.6.112/ui/app/templates/jobs/run/index.hbs (about) 1 {{! 2 Copyright (c) HashiCorp, Inc. 3 SPDX-License-Identifier: MPL-2.0 4 ~}} 5 6 <Breadcrumb @crumb={{hash label="Run" args=(array "jobs.run")}} /> 7 {{page-title "Run a job"}} 8 <section class="section"> 9 <JobEditor @job={{this.model}} @context="new" @onSubmit={{action this.onSubmit}} @handleSaveAsTemplate={{this.handleSaveAsTemplate}} data-test-job-editor /> 10 </section>