Skip to content

Commit

Permalink
Merge pull request #47 from jean-edouard/stable-7-doubleram
Browse files Browse the repository at this point in the history
STABLE-7: Double the default amount of ram in the wizard
  • Loading branch information
rossphilipson authored May 30, 2017
2 parents f6f2dfa + f9f3fc3 commit 0f847a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/xenclient/templates/MediaWizard.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<fieldset class="citrixTabPaneColumn single">
<div class="citrixTabPaneField">
<label for="mw_memory">${MEMORY_LABEL}</label>
<input id="mw_memory" class="citrix" name="memory" dojoType="citrix.common.NumberSpinner" smallDelta="128" largeDelta="512" constraints="{min: 128, max: ${host.max_vm_memory}, places: 0}" value="1024"/>
<input id="mw_memory" class="citrix" name="memory" dojoType="citrix.common.NumberSpinner" smallDelta="128" largeDelta="512" constraints="{min: 128, max: ${host.max_vm_memory}, places: 0}" value="2048"/>
<span class="editTip grey">${MB_INDICATOR_TEXT}</span>
</div>
<div class="citrixTabPaneField smallHeight">
Expand Down

0 comments on commit 0f847a6

Please sign in to comment.