Repository: ambari Updated Branches: refs/heads/branch-1.7.0 d2ced93ae -> c640f6945
AMBARI-8047 Configs are not editable. (atkach) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c640f694 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c640f694 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c640f694 Branch: refs/heads/branch-1.7.0 Commit: c640f6945ff533bef2205c048c824b29de4ccfe8 Parents: d2ced93 Author: atkach <[email protected]> Authored: Thu Oct 30 22:26:47 2014 +0200 Committer: atkach <[email protected]> Committed: Thu Oct 30 22:26:47 2014 +0200 ---------------------------------------------------------------------- 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/c640f694/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 839cdb0..23891be 100644 --- a/ambari-web/app/controllers/main/service/info/configs.js +++ b/ambari-web/app/controllers/main/service/info/configs.js @@ -59,7 +59,7 @@ App.MainServiceInfoConfigsController = Em.Controller.extend(App.ServerValidatorM versionLoaded: false, isCurrentSelected: function () { return App.ServiceConfigVersion.find(this.get('content.serviceName') + "_" + this.get('selectedVersion')).get('isCurrent'); - }.property('selectedVersion'), + }.property('selectedVersion', 'content.serviceName'), serviceConfigs: function () { return App.config.get('preDefinedServiceConfigs'); }.property('App.config.preDefinedServiceConfigs'),
