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

13 lines
539 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardContent @headerText="Tools" @glyph="tour">
<WizardSection
@headerText="Information about your data"
2018-08-28 05:03:55 +00:00
@docText="API: Lookup Data"
@docPath="/api/system/wrapping-lookup.html"
@instructions='Click on "Rewrap" in the sidebar.'
2018-08-28 05:03:55 +00:00
>
<p>
Good job! You can see some basic information about your wrapped data, including the expiration time. Next up, we'll take the token you still have in your clipboard and rewrap it to keep it active and extend that expiration time.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>
</WizardContent>