Revision 6d744470 src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general/capacity-create/html.hbs
src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general/capacity-create/html.hbs | ||
---|---|---|
24 | 24 |
</label> |
25 | 25 |
</div> |
26 | 26 |
<div class="small-12 columns"> |
27 |
<div class="input-group"> |
|
27 |
<div class="input-group" style="margin-bottom:0rem;">
|
|
28 | 28 |
<div class="mb_unit memory_input input-group-field"> |
29 |
<input type="number" min="0" step="256" wizard_field="MEMORY" id="MEMORY"/> |
|
29 |
<input type="number" min="0" step="256" wizard_field="MEMORY" id="MEMORY"style="margin-bottom:0rem;"/>
|
|
30 | 30 |
</div> |
31 | 31 |
<div class="gb_unit memory_gb_input input-group-field"> |
32 |
<input type="number" min="0" step="1" name="memory_gb"/>
|
|
32 |
<input id="MEMORY_GB" type="number" min="0" step="1" name="memory_gb" style="margin-bottom:0rem;"/>
|
|
33 | 33 |
</div> |
34 | 34 |
<div class="input-group-button"> |
35 |
<select id="memory_unit" name="MEMORY_UNIT" class="mb_input_unit"> |
|
35 |
<select id="memory_unit" name="MEMORY_UNIT" class="mb_input_unit" style="margin-bottom:0rem;">
|
|
36 | 36 |
<option value="MB">{{tr "MB"}}</option> |
37 | 37 |
<option value="GB" selected>{{tr "GB"}}</option> |
38 | 38 |
</select> |
39 | 39 |
</div> |
40 | 40 |
</div> |
41 |
<span style="color:gray;margin-bottom:1rem"> |
|
42 |
<span id="real_memory_cost">Cost</span> |
|
43 |
<small>{{tr "COST"}} / {{tr "MONTH"}}</small> |
|
44 |
</span> |
|
41 | 45 |
</div> |
42 | 46 |
</div> |
43 | 47 |
</div> |
... | ... | |
97 | 101 |
{{{tip (tr "Percentage of CPU divided by 100 required for the Virtual Machine. Half a processor is written 0.5.")}}} |
98 | 102 |
</label> |
99 | 103 |
<div class="cpu_input"> |
100 |
<input type="number" step="0.01" min="0" wizard_field="CPU" id="CPU"/> |
|
104 |
<input type="number" step="0.01" min="0" wizard_field="CPU" id="CPU" style="margin-bottom:0rem;"/>
|
|
101 | 105 |
</div> |
106 |
<span style="color:gray;margin-bottom:1rem"> |
|
107 |
<span id="real_cpu_cost" >Cost</span> |
|
108 |
<small>{{tr "COST"}} / {{tr "MONTH"}}</small> |
|
109 |
</span> |
|
102 | 110 |
</div> |
103 | 111 |
</div> |
104 | 112 |
</div> |
Also available in: Unified diff