vault/ui/lib/kmip/addon/templates/configure.hbs
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

16 lines
435 B
Handlebars

<PageHeader as |p|>
<p.top>
<KmipBreadcrumb @showPath={{true}} />
</p.top>
<p.levelLeft>
<h1 class="title is-3">
<Icon @name="secrets" @size="24" class="has-text-grey-light" />
Configure KMIP Secrets Engine
</h1>
</p.levelLeft>
</PageHeader>
<EditForm
@model={{this.model}}
@onSave={{transition-to "vault.cluster.secrets.backend.kmip.configuration"}}
@cancelLinkParams={{array "configuration"}}
/>