mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-20 22:21: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
12 lines
285 B
Handlebars
12 lines
285 B
Handlebars
<PageHeader as |p|>
|
|
<p.levelLeft>
|
|
<h1 class="title is-3">
|
|
Create a Scope
|
|
</h1>
|
|
</p.levelLeft>
|
|
</PageHeader>
|
|
<EditForm
|
|
@model={{this.model}}
|
|
@onSave={{transition-to "vault.cluster.secrets.backend.kmip.scopes.index"}}
|
|
@cancelLinkParams={{array "scopes.index"}}
|
|
/> |