You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2011/02/26 18:25:31 UTC

svn commit: r1074885 - /karaf/branches/karaf-2.2.x/webconsole/admin/src/main/resources/res/ui/admin.js

Author: jbonofre
Date: Sat Feb 26 17:25:31 2011
New Revision: 1074885

URL: http://svn.apache.org/viewvc?rev=1074885&view=rev
Log:
Fix JavaOpts variable naming in the WebConsole admin.js.

Modified:
    karaf/branches/karaf-2.2.x/webconsole/admin/src/main/resources/res/ui/admin.js

Modified: karaf/branches/karaf-2.2.x/webconsole/admin/src/main/resources/res/ui/admin.js
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/webconsole/admin/src/main/resources/res/ui/admin.js?rev=1074885&r1=1074884&r2=1074885&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/webconsole/admin/src/main/resources/res/ui/admin.js (original)
+++ karaf/branches/karaf-2.2.x/webconsole/admin/src/main/resources/res/ui/admin.js Sat Feb 26 17:25:31 2011
@@ -50,7 +50,7 @@ function createInstance() {
     var rmiRegistryPort = document.getElementById("rmiRegistryPort").value;
     var rmiServerPort = document.getElementById("rmiServerPort").value;
     var location = document.getElementById( "location" ).value;
-    var javaPpts = document.getElementById( "javaOpts" ).value;
+    var javaOpts = document.getElementById( "javaOpts" ).value;
     var features = document.getElementById( "features" ).value;
     var featureURLs = document.getElementById( "featureURLs" ).value;
     postCreateInstance( name, sshPort, rmiRegistryPort, rmiServerPort, location, javaOpts, features, featureURLs );