open-vault/ui/app/templates/components/wizard/secrets-connection.hbs
Angel Garbarino af2b9af24e
UI: Add the wizard to the database secret engine (#10982)
* wizard setup

* cleanup

* add changelog

* fix names from save to create role and create database

* fix missing progress bar
2021-02-23 13:52:39 -07:00

9 lines
271 B
Handlebars

<WizardSection
@headerText="Connect a database"
@instructions='Enter the details of your database and click “Create database.”'
>
<p>
Here you can specify the details of your database plugin and include any root rotation statements.
</p>
</WizardSection>