Author: yusaku
Date: Wed Jun  5 00:39:45 2013
New Revision: 1489674

URL: http://svn.apache.org/r1489674
Log:
AMBARI-2282. Custom config properties cannot be added in Customize Services 
step. (yusaku)

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=1489674&r1=1489673&r2=1489674&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 
Wed Jun  5 00:39:45 2013
@@ -38,6 +38,8 @@ App.WizardStep7Controller = Em.Controlle
 
   slaveHostToGroup: null,
 
+  secureConfigs: require('data/secure_mapping'),
+
   isSubmitDisabled: function () {
     return !this.stepConfigs.filterProperty('showConfig', 
true).everyProperty('errorCount', 0);
   }.property('[email protected]'),


Reply via email to