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

25 lines
533 B
Handlebars
Raw Normal View History

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
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>