New job edit page
This commit is contained in:
parent
3cee992a97
commit
55fca36bea
|
@ -16,6 +16,7 @@ Router.map(function() {
|
|||
this.route('deployments');
|
||||
this.route('evaluations');
|
||||
this.route('allocations');
|
||||
this.route('edit');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{{partial "jobs/job/subnav"}}
|
||||
<section class="section">
|
||||
{{#link-to "jobs.job.edit" job class="button is-primary"}}Edit{{/link-to}}
|
||||
<div class="boxed-section">
|
||||
<div class="boxed-section-body is-full-bleed">
|
||||
{{json-viewer data-test-definition-view json=model.definition}}
|
||||
|
|
Loading…
Reference in New Issue