mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-21 22:51:09 +02:00
* 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
16 lines
435 B
Handlebars
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"}}
|
|
/> |