0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-24 02:10:29 +01:00
discourse-custom-wizard/assets/javascripts/discourse/templates/admin-wizards-wizard.hbs
2024-11-22 16:45:50 +01:00

23 Zeilen
Kein EOL
493 B
Handlebars

<div class="admin-wizard-controls">
<ComboBox
@value={{this.wizardListVal}}
@content={{this.wizardList}}
@onChange={{route-action "changeWizard"}}
@options={{hash none="admin.wizard.select"}}
/>
<DButton
@action={{route-action "createWizard"}}
@label="admin.wizard.create"
@icon="plus"
/>
</div>
<WizardMessage
@key={{this.messageKey}}
@url={{this.messageUrl}}
@component="wizard"
/>
<div class="admin-wizard-container settings">
{{outlet}}
</div>