2018-08-28 05:03:55 +00:00
|
|
|
<WizardContent @headerText={{capitalize currentMachine}} @glyph="tour">
|
|
|
|
{{component
|
|
|
|
stepComponent
|
|
|
|
mountSubtype=mountSubtype
|
|
|
|
mountName=mountName
|
|
|
|
actionText=actionText
|
|
|
|
nextFeature=nextFeature
|
|
|
|
nextStep=nextStep
|
2021-02-23 20:52:39 +00:00
|
|
|
needsConnection=needsConnection
|
2018-08-28 05:03:55 +00:00
|
|
|
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>
|