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

13 lines
415 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardContent @headerText="Policies" @glyph="tour">
<WizardSection
@headerText="Deleting your policy"
2018-08-28 05:03:55 +00:00
@docText="Docs: Policies"
@docPath="/docs/concepts/policies.html"
@instructions='Click on "Delete" to remove the policy that you created.'
2018-08-28 05:03:55 +00:00
>
<p>
You can delete your test policy by clicking the "..." icon to the right of the policy name.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>
</WizardContent>