Files
nomad/ui/app/templates/administration/namespaces/new.hbs
Phil Renaud b92afa5b4a [ui] Helios page headers added to the administration section (#23366)
* Helios page headers added to the administration section

* data-test-title mirage helper missed on policy page
2024-06-18 12:37:51 -04:00

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>