Author: jaimin
Date: Tue Apr  9 19:05:36 2013
New Revision: 1466180

URL: http://svn.apache.org/r1466180
Log:
AMBARI-1765. Enable the Ganglia rrd files to be configurable when Ganglia is 
selected as service. (jaimin)

Modified:
    incubator/ambari/trunk/ambari-web/app/controllers/wizard/step7_controller.js

Modified: 
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step7_controller.js
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/wizard/step7_controller.js?rev=1466180&r1=1466179&r2=1466180&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step7_controller.js 
(original)
+++ 
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step7_controller.js 
Tue Apr  9 19:05:36 2013
@@ -102,6 +102,7 @@ App.WizardStep7Controller = Em.Controlle
     miscConfigs.findProperty('name', 'webhcat_user').set('isVisible', 
this.get('selectedServiceNames').contains('WEBHCAT'));
     miscConfigs.findProperty('name', 'oozie_user').set('isVisible', 
this.get('selectedServiceNames').contains('OOZIE'));
     miscConfigs.findProperty('name', 'zk_user').set('isVisible', 
this.get('selectedServiceNames').contains('ZOOKEEPER'));
+    miscConfigs.findProperty('name', 'rrdcached_base_dir').set('isVisible', 
this.get('selectedServiceNames').contains('GANGLIA'));
   },
 
   /**


Reply via email to