mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-19 21: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
19 lines
469 B
Handlebars
19 lines
469 B
Handlebars
<PageHeader as |p|>
|
|
<p.top>
|
|
<Page::Breadcrumbs @breadcrumbs={{this.breadcrumbs}} />
|
|
</p.top>
|
|
<p.levelLeft>
|
|
<h1 class="title is-3">
|
|
<Icon @name="file-text" @size="24" class="has-text-grey-light" />
|
|
Edit PKI Configuration
|
|
</h1>
|
|
</p.levelLeft>
|
|
</PageHeader>
|
|
|
|
<Page::PkiConfigurationEdit
|
|
@acme={{this.model.acme}}
|
|
@cluster={{this.model.cluster}}
|
|
@urls={{this.model.urls}}
|
|
@crl={{this.model.crl}}
|
|
@backend={{this.model.engineId}}
|
|
/> |