open-vault/ui/app/templates/components/wizard/mounts-wizard.hbs

20 lines
684 B
Handlebars

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