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

12 lines
462 B
Handlebars

<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">
<button type="button" class="button is-transparent has-icon-left has-text-white" {{action onDismiss}}>
<Icon @glyph="cancel-plain" aria-hidden="true" />
Close
</button>
</div>
</WizardContent>