mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-18 04:27:02 +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
18 lines
518 B
Handlebars
18 lines
518 B
Handlebars
<PageHeader as |p|>
|
|
<p.top>
|
|
<Page::Breadcrumbs @breadcrumbs={{@breadcrumbs}} />
|
|
</p.top>
|
|
<p.levelLeft>
|
|
<h1 class="title is-3">
|
|
<Icon @name="pki" @size="24" class="has-text-grey-light" />
|
|
Configure Automatic Tidy
|
|
</h1>
|
|
</p.levelLeft>
|
|
</PageHeader>
|
|
|
|
<PkiTidyForm
|
|
@tidy={{@model}}
|
|
@tidyType="auto"
|
|
@onSave={{transition-to "vault.cluster.secrets.backend.pki.tidy.auto"}}
|
|
@onCancel={{transition-to (concat "vault.cluster.secrets.backend.pki.tidy" (if @model.enabled ".auto" ""))}}
|
|
/> |