open-vault/ui/app/templates/components/wizard/tools-unwrapped.hbs
madalynrose 7f430bba8f
UI: onboarding wizard progress bar (#5516)
Onboarding will now display your progress through the chosen tutorials
2018-10-18 15:19:50 -04:00

15 lines
590 B
Handlebars

<WizardContent @headerText="Tools" @glyph="tour">
<WizardSection
@headerText="Your unwrapped data"
@docText="API: Unwrap Data"
@docPath="/api/system/wrapping-unwrap.html"
>
<p>
Here you can see that your data survived intact. These tools are mostly handy for applications to use, but if you ever do need to wrap data or handle the wrapping token, now you know how.
</p>
</WizardSection>
<button type="button" class="button next-feature-step" {{action onAdvance}}>
{{nextFeature}} <ICon @glyph="chevron-right" @size=10 />
</button>
</WizardContent>