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
462 B
Handlebars
18 lines
462 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" />
|
|
Manual Tidy
|
|
</h1>
|
|
</p.levelLeft>
|
|
</PageHeader>
|
|
|
|
<PkiTidyForm
|
|
@tidy={{@model}}
|
|
@tidyType="manual"
|
|
@onSave={{transition-to "vault.cluster.secrets.backend.pki.tidy"}}
|
|
@onCancel={{transition-to "vault.cluster.secrets.backend.pki.tidy"}}
|
|
/> |