open-nomad/ui/app/templates/policies/new.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
256 B
Handlebars
Raw Normal View History

<Breadcrumb @crumb={{hash label="New" args=(array "policies.new")}} />
{{page-title "Create Policy"}}
<section class="section">
<h1 class="title with-flex" data-test-title>
Create Policy
</h1>
<PolicyEditor
@policy={{this.model}}
/>
</section>