open-vault/ui/app/templates/components/wizard/policies-details.hbs

13 lines
442 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardContent @headerText="Policies" @glyph="tour">
<WizardSection
@headerText="Your new policy"
2018-08-28 05:03:55 +00:00
@docText="Docs: Policies"
@docPath="/docs/concepts/policies.html"
@instructions='Click on "ACL Policies" in the sidebar to go back to the list of policies.'
2018-08-28 05:03:55 +00:00
>
<p>
Good job! Here you can see your new policy. If you'd like to edit it, you'd just click the "Edit" toggle.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>
</WizardContent>