mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 03:57:01 +02:00
* add alicloud auth method in the UI along with onboarding component * hide dismiss menu on tutorial paused state * add ability to enable azure secrets engine
18 lines
573 B
Handlebars
18 lines
573 B
Handlebars
<WizardContent
|
|
@headerText="Welcome to Vault"
|
|
@glyph="tour"
|
|
@class="collapsed"
|
|
@hidePopup={{true}}
|
|
>
|
|
<button type="button" class="button is-transparent icon dismiss-collapsed" {{action onDismiss}}>
|
|
<ICon @glyph="close" />
|
|
</button>
|
|
<p>Want a tour? Our helpful guide will introduce you to the Vault Web UI.</p>
|
|
<div class="box wizard-divider-box">
|
|
<button type="button" class="button is-transparent has-icon-left has-text-white" {{action onAdvance}}>
|
|
<ICon @glyph="chevron-up" />
|
|
Let's get started
|
|
</button>
|
|
</div>
|
|
</WizardContent>
|