Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
18 Zeilen
Kein EOL
356 B
Handlebars
18 Zeilen
Kein EOL
356 B
Handlebars
<div class="admin-wizard-controls">
|
|
{{combo-box
|
|
value=apiName
|
|
content=apiList
|
|
onChange=(route-action "changeApi")
|
|
options=(hash none="admin.wizard.api.select")
|
|
}}
|
|
|
|
{{d-button
|
|
action=(route-action "createApi")
|
|
label="admin.wizard.api.create"
|
|
icon="plus"
|
|
}}
|
|
</div>
|
|
|
|
<div class="admin-wizard-container">
|
|
{{outlet}}
|
|
</div> |