30 | {{!-- This partial contains the quantity, name, and description fields --}}
31 |
32 | {{templateOptionsTitle}}
33 |
34 |
35 | Settings
36 |
37 |
49 |
71 |
127 | {{!-- This following contains the Name, Labels and Engine Options fields --}}
128 | {{form-name-description model=model nameRequired=true}}
129 | {{form-user-labels initialLabels=labelResource.labels setLabels=(action 'setLabels') expandAll=expandAll expand=(action expandFn) }}
130 | {{form-engine-opts machine=model showEngineUrl=showEngineUrl }}
131 | {{!-- This component shows errors produced by validate() in the component --}}
132 | {{top-errors errors=errors}}
133 | {{!-- This component shows the Create and Cancel buttons --}}
134 | {{save-cancel save="save" cancel=(action "cancel")}}
135 |
136 | {{/if}}
137 |