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 04:34:46 UTC

svn commit: r1492930 - /incubator/ambari/branches/branch-1.4.0/ambari-web/app/controllers/main/service/info/configs.js

Author: yusaku
Date: Fri Jun 14 02:34:45 2013
New Revision: 1492930

URL: http://svn.apache.org/r1492930
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/branches/branch-1.4.0/ambari-web/app/controllers/main/service/info/configs.js

Modified: incubator/ambari/branches/branch-1.4.0/ambari-web/app/controllers/main/service/info/configs.js
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.4.0/ambari-web/app/controllers/main/service/info/configs.js?rev=1492930&r1=1492929&r2=1492930&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.4.0/ambari-web/app/controllers/main/service/info/configs.js (original)
+++ incubator/ambari/branches/branch-1.4.0/ambari-web/app/controllers/main/service/info/configs.js Fri Jun 14 02:34:45 2013
@@ -434,7 +434,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