/[projects]/misc/xenconsole/index.php
ViewVC logotype

Diff of /misc/xenconsole/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1959 by torben, Tue Mar 26 13:43:07 2013 UTC revision 1960 by torben, Tue Mar 26 17:17:12 2013 UTC
# Line 223  function doAction(action, uuid, vm) { Line 223  function doAction(action, uuid, vm) {
223    
224          if (action == "setMemory") {          if (action == "setMemory") {
225                  val = prompt("Set memory target");                  val = prompt("Set memory target");
226                    val *= (1024*1024);
227                  if (val == "" || val == null) {                  if (val == "" || val == null) {
228                          return;                          return;
229                  }                  }

Legend:
Removed from v.1959  
changed lines
  Added in v.1960

  ViewVC Help
Powered by ViewVC 1.1.20