Angel Garbarino 20228a42ea
Capitalize all UI h1 title is-3 titles (#21454)
* address all h1 title is-3 headings

* fix mult-factor and tests

* qa'ing

* clean up

* clean up

* clean up

* fix tests

* fix test

* one more

* okay this is the last one.

* blah
2023-06-27 18:11:11 +00:00

12 lines
285 B
Handlebars

<PageHeader as |p|>
<p.levelLeft>
<h1 class="title is-3">
Create a Scope
</h1>
</p.levelLeft>
</PageHeader>
<EditForm
@model={{this.model}}
@onSave={{transition-to "vault.cluster.secrets.backend.kmip.scopes.index"}}
@cancelLinkParams={{array "scopes.index"}}
/>