Author: srimanth
Date: Fri Mar 29 18:07:22 2013
New Revision: 1462564

URL: http://svn.apache.org/r1462564
Log:
AMBARI-1748. JDK option on the UI when used is not passed onto the global 
parameters. (srimanth)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/data/config_properties.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1462564&r1=1462563&r2=1462564&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Fri Mar 29 18:07:22 2013
@@ -534,6 +534,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1748. JDK option on the UI when used is not passed onto the global 
+ parameters. (srimanth)
+
  AMBARI-1747. Added executable permission of generate monitor/server scripts.
  (smohanty)
 

Modified: incubator/ambari/trunk/ambari-web/app/data/config_properties.js
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/data/config_properties.js?rev=1462564&r1=1462563&r2=1462564&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/config_properties.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/config_properties.js Fri Mar 29 
18:07:22 2013
@@ -1657,7 +1657,7 @@ module.exports =
       "isVisible": true,
       "serviceName": "MISC"
     },
-
+    */
     {
       "id": "puppet var",
       "name": "java64_home",
@@ -1671,7 +1671,6 @@ module.exports =
       "domain": "global",
       "serviceName": "MISC"
     },
-     */
     {
       "id": "puppet var",
       "name": "run_dir",


Reply via email to