open-nomad/ui/app/templates/jobs/job/definition.hbs
Michael Lange dc1d31eec8 Move the global-header up the route hierarchy
Now that breadcrumbs are a zero config component, the corresponding
template can be moved up to parent routes.
2018-07-06 11:12:12 -07:00

11 lines
338 B
Handlebars

{{#gutter-menu class="page-body" onNamespaceChange=(action "gotoJobs")}}
{{partial "jobs/job/subnav"}}
<section class="section">
<div class="boxed-section">
<div class="boxed-section-body is-dark">
{{json-viewer data-test-definition-view json=model.definition}}
</div>
</div>
</section>
{{/gutter-menu}}