af2b9af24e
* wizard setup * cleanup * add changelog * fix names from save to create role and create database * fix missing progress bar
25 lines
533 B
Handlebars
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>
|