vault/ui/app/templates/components/wizard/tutorial-paused.hbs
Matthew Irish 6d273dc368
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

18 lines
606 B
Handlebars

<WizardContent
@headerText="Vault Web UI Guide"
@glyph="tour"
@class="collapsed"
@hidePopup={{true}}
>
<button type="button" class="button is-transparent dismiss-collapsed" {{action onDismiss}}>
<Icon @glyph="cancel-plain" aria-label="Close"/>
</button>
<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}}>
<Chevron @direction="up" />
Back to guide
</button>
</div>
</WizardContent>