2018-09-05 16:21:29 +00:00
|
|
|
<WizardContent
|
|
|
|
@headerText="Vault Web UI Guide"
|
|
|
|
@glyph="tour"
|
|
|
|
@class="collapsed"
|
|
|
|
@hidePopup={{true}}
|
|
|
|
>
|
2019-05-13 19:05:25 +00:00
|
|
|
<button type="button" class="button is-transparent dismiss-collapsed" {{action onDismiss}}>
|
|
|
|
<Icon @glyph="cancel-plain" aria-label="Close"/>
|
2018-09-05 16:21:29 +00:00
|
|
|
</button>
|
2018-08-28 05:03:55 +00:00
|
|
|
<p>Feel free to explore Vault. Click below to get back to the guide or close this window.</p>
|
|
|
|
<div class="box wizard-divider-box">
|
|
|
|
<button type="button" class="button is-transparent has-icon-left has-text-white" {{action onAdvance}}>
|
2019-05-13 19:05:25 +00:00
|
|
|
<Chevron @direction="up" />
|
2018-08-28 05:03:55 +00:00
|
|
|
Back to guide
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</WizardContent>
|