Revision b24cda26 src/sunstone/public/app/tabs/marketplaceapps-tab/form-panels/create/wizard.hbs
src/sunstone/public/app/tabs/marketplaceapps-tab/form-panels/create/wizard.hbs | ||
---|---|---|
57 | 57 |
<div class="row"> |
58 | 58 |
<div class="medium-6 columns"> |
59 | 59 |
<label for="VMTEMPLATE"> |
60 |
{{tr "VM Template"}} |
|
61 |
<span class="tip"> |
|
62 |
{{tr "VM Template"}} |
|
63 |
</span> |
|
60 |
{{tr "VM template"}} |
|
61 |
{{{tip (tr "VM Template to be created. A DISK element pointing to the App Image will be automatically added when the App is exported")}}} |
|
64 | 62 |
</label> |
65 |
<textarea id="VMTEMPLATE" rows="2" wizard_field="VMTEMPLATE64" wizard_field_64="true"></textarea>
|
|
63 |
<textarea class="monospace" id="VMTEMPLATE" rows="4" wizard_field="VMTEMPLATE64" wizard_field_64="true" placeholder='ATTRIBUTE = "VALUE"'></textarea>
|
|
66 | 64 |
</div> |
67 | 65 |
<div class="medium-6 columns"> |
68 | 66 |
<label for="APPTEMPLATE"> |
69 |
{{tr "App Template"}} |
|
70 |
<span class="tip"> |
|
71 |
{{tr "App Template"}} |
|
72 |
</span> |
|
67 |
{{tr "App template"}} |
|
73 | 68 |
</label> |
74 |
<textarea id="APPTEMPLATE" rows="2" wizard_field="APPTEMPLATE64" wizard_field_64="true"></textarea>
|
|
69 |
<textarea class="monospace" id="APPTEMPLATE" rows="4" wizard_field="APPTEMPLATE64" wizard_field_64="true" placeholder='ATTRIBUTE = "VALUE"'></textarea>
|
|
75 | 70 |
</div> |
76 | 71 |
</div> |
77 | 72 |
</fieldset> |
Also available in: Unified diff