You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/06/14 03:25:46 UTC

svn commit: r1492922 - /incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js

Author: yusaku
Date: Fri Jun 14 01:25:45 2013
New Revision: 1492922

URL: http://svn.apache.org/r1492922
Log:
AMBARI-2379. A number of globals are exposed thru the config page where they should not show up. (Andrii Tkach via yusaku)

Modified:
    incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js

Modified: incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js?rev=1492922&r1=1492921&r2=1492922&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js (original)
+++ incubator/ambari/trunk/ambari-web/app/controllers/main/service/info/configs.js Fri Jun 14 01:25:45 2013
@@ -435,7 +435,7 @@ App.MainServiceInfoConfigsController = E
     this.set('globalConfigs', configSet.globalConfigs);
 
     //STEP 6: add advanced configs
-    App.config.addAdvancedConfigs(configs, advancedConfigs, serviceName);
+    //App.config.addAdvancedConfigs(configs, advancedConfigs, serviceName);
     //STEP 7: add custom configs
     App.config.addCustomConfigs(configs);
     //STEP 8: add configs as names of host components