mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
* Helios page headers added to the administration section * data-test-title mirage helper missed on policy page
16 lines
367 B
Handlebars
16 lines
367 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<Breadcrumb @crumb={{hash label="New" args=(array "administration.policies.new")}} />
|
|
{{page-title "Create Policy"}}
|
|
<section class="section">
|
|
<Hds::PageHeader as |PH|>
|
|
<PH.Title>Create Policy</PH.Title>
|
|
</Hds::PageHeader>
|
|
<PolicyEditor
|
|
@policy={{this.model}}
|
|
/>
|
|
</section>
|