2021-09-09 14:07:12 +08:00
|
|
|
<div class="admin-wizard-select admin-wizard-controls">
|
|
|
|
{{combo-box
|
|
|
|
value=wizardId
|
|
|
|
content=wizardList
|
|
|
|
onChange=(route-action "changeWizard")
|
|
|
|
options=(hash
|
|
|
|
none="admin.wizard.select"
|
|
|
|
)}}
|
2020-04-15 10:46:44 +10:00
|
|
|
</div>
|
|
|
|
|
2021-06-18 11:47:24 -07:00
|
|
|
{{wizard-message
|
|
|
|
key=messageKey
|
|
|
|
opts=messageOpts
|
|
|
|
url=documentationUrl
|
|
|
|
component="logs"}}
|
|
|
|
|
2021-09-09 14:07:12 +08:00
|
|
|
<div class="admin-wizard-container">
|
|
|
|
{{outlet}}
|
|
|
|
</div>
|