New job edit page

This commit is contained in:
Michael Lange 2018-08-21 12:06:43 -07:00
parent 3cee992a97
commit 55fca36bea
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Router.map(function() {
this.route('deployments');
this.route('evaluations');
this.route('allocations');
this.route('edit');
});
});

View File

@ -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}}