open-vault/ui/app/templates/components/wizard/tutorial-error.hbs
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

16 lines
428 B
Handlebars

<WizardSection
@headerText="Oops!"
>
<p>
Something went wrong and you can't complete this step.
</p>
</WizardSection>
<WizardSection>
<button type="button" class="button next-feature-step" {{action onReset}}>
Go Back <Icon @glyph="reply" />
</button>
<button type="button" class="button next-feature-step" {{action onAdvance}}>
{{nextFeature}} <Chevron @isButton={{true}} />
</button>
</WizardSection>