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
14 lines
374 B
Handlebars
14 lines
374 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<Breadcrumb @crumb={{hash label="New" args=(array "administration.namespaces.new")}} />
|
|
{{page-title "Create Namespace"}}
|
|
<section class="section">
|
|
<Hds::PageHeader as |PH|>
|
|
<PH.Title>Create Namespace</PH.Title>
|
|
</Hds::PageHeader>
|
|
<NamespaceEditor @namespace={{this.model}}/>
|
|
</section>
|