Skip to content

Commit

Permalink
Merge pull request #46 from jean-edouard/doubleram
Browse files Browse the repository at this point in the history
Double the default amount of ram in the wizard
  • Loading branch information
rossphilipson authored May 30, 2017
2 parents d1efc2d + a3be2a8 commit 935cef9
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 935cef9

Please sign in to comment.