2020-04-13 14:17:22 +02:00
|
|
|
<div class="admin-wizard-controls">
|
|
|
|
{{combo-box
|
|
|
|
value=wizardListVal
|
|
|
|
content=wizardList
|
|
|
|
onChange=(route-action 'changeWizard')
|
|
|
|
options=(hash
|
|
|
|
none='admin.wizard.select'
|
|
|
|
)}}
|
|
|
|
|
|
|
|
{{d-button
|
|
|
|
action="createWizard"
|
|
|
|
label="admin.wizard.create"
|
|
|
|
icon="plus"}}
|
|
|
|
</div>
|
|
|
|
|
2020-04-20 13:40:32 +02:00
|
|
|
{{wizard-message
|
|
|
|
key=messageKey
|
|
|
|
url=messageUrl
|
|
|
|
component='wizard'}}
|
2020-04-13 14:17:22 +02:00
|
|
|
|
|
|
|
<div class="admin-wizard-container settings">
|
|
|
|
{{outlet}}
|
|
|
|
</div>
|