open-vault/ui/app/templates/components/wizard/mounts-wizard.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

25 lines
533 B
Handlebars

<WizardContent @headerText={{capitalize currentMachine}} @glyph="tour">
{{component
stepComponent
mountSubtype=mountSubtype
mountName=mountName
actionText=actionText
nextFeature=nextFeature
nextStep=nextStep
needsConnection=needsConnection
needsEncryption=needsEncryption
isSupported=isSupported
onDone=onDone
onAdvance=onAdvance
onRepeat=onRepeat
onReset=onReset
class="wizard-step"
}}
{{component
detailsComponent
onAdvance=onAdvance
onRepeat=onRepeat
class="wizard-details"
}}
</WizardContent>