Преглед на файлове

AMBARI-2282. Custom config properties cannot be added in Customize Services step. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1489674 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako преди 12 години
родител
ревизия
09d3156b0a
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      ambari-web/app/controllers/wizard/step7_controller.js

+ 2 - 0
ambari-web/app/controllers/wizard/step7_controller.js

@@ -38,6 +38,8 @@ App.WizardStep7Controller = Em.Controller.extend({
 
   slaveHostToGroup: null,
 
+  secureConfigs: require('data/secure_mapping'),
+
   isSubmitDisabled: function () {
     return !this.stepConfigs.filterProperty('showConfig', true).everyProperty('errorCount', 0);
   }.property('stepConfigs.@each.errorCount'),