Revision 9568051d src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general/html.hbs
src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general/html.hbs | ||
---|---|---|
53 | 53 |
<input type="text" id="vcenter_template_uuid" name="name"/> |
54 | 54 |
</div> |
55 | 55 |
</div> |
56 |
{{{capacityInputsHTML}}} |
|
56 |
<div class="row"> |
|
57 |
<div class="large-7 columns"> |
|
58 |
{{{capacityInputsHTML}}} |
|
59 |
</div> |
|
60 |
<div class="large-5 columns"> |
|
61 |
{{#isFeatureEnabled "showback"}} |
|
62 |
<fieldset> |
|
63 |
<legend>{{tr "Cost"}}</legend> |
|
64 |
<div class="large-6 columns"> |
|
65 |
<label for="MEMORY_COST"> |
|
66 |
{{tr "Memory"}} |
|
67 |
{{{tip (tr "Cost of each MB per hour")}}} |
|
68 |
</label> |
|
69 |
<input type="text" wizard_field="MEMORY_COST" id="MEMORY_COST" name="name"/> |
|
70 |
</div> |
|
71 |
<div class="large-6 columns"> |
|
72 |
<label for="CPU_COST"> |
|
73 |
{{tr "CPU"}} |
|
74 |
{{{tip (tr "Cost of each CPU per hour")}}} |
|
75 |
</label> |
|
76 |
<input type="text" wizard_field="CPU_COST" id="CPU_COST" name="name"/> |
|
77 |
</div> |
|
78 |
<div class="large-6 columns left"> |
|
79 |
<label for="DISK_COST"> |
|
80 |
{{tr "Disk"}} |
|
81 |
{{{tip (tr "Cost of each MB per hour")}}} |
|
82 |
</label> |
|
83 |
<input type="text" wizard_field="DISK_COST" id="DISK_COST" name="name"/> |
|
84 |
</div> |
|
85 |
</fieldset> |
|
86 |
{{/isFeatureEnabled}} |
|
87 |
</div> |
|
88 |
</div> |
|
57 | 89 |
<div class="row"> |
58 | 90 |
<div class="large-6 columns"> |
59 | 91 |
<input type="checkbox" id="sunstone_capacity_select" name="name"/> |
Also available in: Unified diff