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