浏览代码

AMBARI-13859 Kerberos hangs on step 2. (ababiichuk)

aBabiichuk 9 年之前
父节点
当前提交
baccff832c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/controllers/main/admin/kerberos/step2_controller.js

+ 1 - 1
ambari-web/app/controllers/main/admin/kerberos/step2_controller.js

@@ -88,7 +88,7 @@ App.KerberosWizardStep2Controller = App.WizardStep7Controller.extend(App.KDCCred
     //STEP 2: Load on-site configs by service from local DB
     var storedConfigs = this.get('content.serviceConfigProperties');
     //STEP 3: Merge pre-defined configs with loaded on-site configs
-    this.set('configs', App.cfgCollection.getAll());
+    this.set('configs', App.configsCollection.getAll());
     App.config.setPreDefinedServiceConfigs(this.get('addMiscTabToPage'));
 
     this.filterConfigs(this.get('configs'));