open-vault/ui/app/templates/components/wizard/mounts-wizard.hbs
2018-08-28 00:03:55 -05:00

24 lines
499 B
Handlebars

<WizardContent @headerText={{capitalize currentMachine}} @glyph="tour">
{{component
stepComponent
mountSubtype=mountSubtype
mountName=mountName
actionText=actionText
nextFeature=nextFeature
nextStep=nextStep
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>