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/05 02:39:51 UTC

svn commit: r1489674 - /incubator/ambari/trunk/ambari-web/app/controllers/wizard/step7_controller.js

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('stepConfigs.@each.errorCount'),