Updated Branches: refs/heads/trunk 78b1a7190 -> 2e6a9642e
AMBARI-3945. Custom hdfs-site.xml section disappears in HDFS Config page. (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2e6a9642 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2e6a9642 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2e6a9642 Branch: refs/heads/trunk Commit: 2e6a9642e37ff131e923a41ec6dd56a2d28930be Parents: 78b1a71 Author: Aleksandr Kovalenko <[email protected]> Authored: Mon Dec 2 17:59:10 2013 +0200 Committer: Aleksandr Kovalenko <[email protected]> Committed: Mon Dec 2 17:59:10 2013 +0200 ---------------------------------------------------------------------- ambari-web/app/views/common/configs/services_config.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2e6a9642/ambari-web/app/views/common/configs/services_config.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/common/configs/services_config.js b/ambari-web/app/views/common/configs/services_config.js index 41a50d3..27713ae 100644 --- a/ambari-web/app/views/common/configs/services_config.js +++ b/ambari-web/app/views/common/configs/services_config.js @@ -58,6 +58,7 @@ App.ServiceConfigView = Em.View.extend({ this.$('.service-body').hide(); App.tooltip($(".restart-required-property"), {html: true}); App.tooltip($(".icon-lock"), {placement: 'right'}); + this.checkCanEdit(); }, /**
