open-vault/ui/app/templates/components/wizard/tools-wrap.hbs

13 lines
470 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardContent @headerText="Tools" @glyph="tour">
<WizardSection
@headerText="Wrapping data"
2018-08-28 05:03:55 +00:00
@docText="API: Wrap Data"
@docPath="/api/system/wrapping-wrap.html"
@instructions='Enter some data in JSON format and click "Wrap Data".'
2018-08-28 05:03:55 +00:00
>
<p>
Vault provides several ways to create or wrap data, and manage it from there. Here you can wrap a token (or anything you like) in JSON format. Give it a try.
</p>
</WizardSection>
</WizardContent>