Repository: ambari Updated Branches: refs/heads/trunk 3603ce63f -> 781deba16
AMBARI-8893. Config version comparison shows all properties rather than just those that changed (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7efe3952 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7efe3952 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7efe3952 Branch: refs/heads/trunk Commit: 7efe39526e27aa8ffcb32684b546109e4c2d1e02 Parents: 3603ce6 Author: Alex Antonenko <[email protected]> Authored: Tue Dec 23 20:35:19 2014 +0200 Committer: Alex Antonenko <[email protected]> Committed: Tue Dec 23 20:35:19 2014 +0200 ---------------------------------------------------------------------- .../app/views/common/configs/service_configs_by_category_view.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7efe3952/ambari-web/app/views/common/configs/service_configs_by_category_view.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/common/configs/service_configs_by_category_view.js b/ambari-web/app/views/common/configs/service_configs_by_category_view.js index aa3a62d..aaef828 100644 --- a/ambari-web/app/views/common/configs/service_configs_by_category_view.js +++ b/ambari-web/app/views/common/configs/service_configs_by_category_view.js @@ -426,6 +426,7 @@ App.ServiceConfigsByCategoryView = Em.View.extend(App.UserPref, { placement: 'top' }); this.updateReadOnlyFlags(); + this.filteredCategoryConfigs(); Em.run.next(function () { self.updateReadOnlyFlags(); });
