AMBARI-21691 Config Group filter does not reflect all the config groups in the list. (atkach)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c9ced876 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c9ced876 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c9ced876 Branch: refs/heads/branch-feature-AMBARI-14714 Commit: c9ced876800a36ba09959370d17a228f31d1018d Parents: 5442231 Author: Andrii Tkach <atk...@apache.org> Authored: Wed Aug 9 16:16:08 2017 +0300 Committer: Andrii Tkach <atk...@apache.org> Committed: Wed Aug 9 16:16:08 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/mixins/common/table_server_view_mixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c9ced876/ambari-web/app/mixins/common/table_server_view_mixin.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/mixins/common/table_server_view_mixin.js b/ambari-web/app/mixins/common/table_server_view_mixin.js index a4e6db7..9695579 100644 --- a/ambari-web/app/mixins/common/table_server_view_mixin.js +++ b/ambari-web/app/mixins/common/table_server_view_mixin.js @@ -58,7 +58,7 @@ App.TableServerViewMixin = Em.Mixin.create({ return content.sort(function (a, b) { return a.get('index') - b.get('index'); }); - }.property('filteredContent'), + }.property('filteredContent.length'), /** * compute applied filter and run content update from server