mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-26 23:37:22 +00:00
13 lines
432 B
Handlebars
13 lines
432 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<WizardContent @headerText="Thanks for taking the tour!" @glyph="tour" @class="collapsed">
|
|
<p>
|
|
We hope you enjoyed using Vault. You can get back to the guide in the user menu in the upper right.
|
|
</p>
|
|
<div class="box wizard-divider-box">
|
|
<Hds::Button @icon="x" @text="Close" {{on "click" (action this.onDismiss)}} />
|
|
</div>
|
|
</WizardContent> |