Repository: ambari
Updated Branches:
  refs/heads/trunk ed341ece1 -> c07374f64


AMBARI-12067 Changed configs popup is not shown for YARN and MR2. (ababiichuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/66894cb2
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/66894cb2
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/66894cb2

Branch: refs/heads/trunk
Commit: 66894cb23f608d64486b0a96366e94933cefa022
Parents: ed341ec
Author: aBabiichuk <[email protected]>
Authored: Mon Jun 22 14:22:55 2015 +0300
Committer: aBabiichuk <[email protected]>
Committed: Mon Jun 22 17:59:41 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/controllers/main/service/info/configs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/66894cb2/ambari-web/app/controllers/main/service/info/configs.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/service/info/configs.js 
b/ambari-web/app/controllers/main/service/info/configs.js
index 1121507..d3788a0 100644
--- a/ambari-web/app/controllers/main/service/info/configs.js
+++ b/ambari-web/app/controllers/main/service/info/configs.js
@@ -325,7 +325,7 @@ App.MainServiceInfoConfigsController = 
Em.Controller.extend(App.ConfigsLoader, A
       return null;
     }
     var hash = {};
-    this.get('stepConfigs')[0].configs.forEach(function (config) {
+    this.get('selectedService.configs').forEach(function (config) {
       hash[config.get('name')] = {value: config.get('value'), overrides: [], 
isFinal: config.get('isFinal')};
       if (!config.get('overrides')) return;
       if (!config.get('overrides.length')) return;

Reply via email to