AMBARI-20100. Configs filter is not reset if configs has no filter input (akovalenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4307f9bd Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4307f9bd Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4307f9bd Branch: refs/heads/branch-feature-AMBARI-20053 Commit: 4307f9bd7252b329d63fe3f52468890d057b94c9 Parents: f1c96e5 Author: Aleksandr Kovalenko <[email protected]> Authored: Tue Feb 21 17:59:09 2017 +0200 Committer: Aleksandr Kovalenko <[email protected]> Committed: Tue Feb 21 17:59:09 2017 +0200 ---------------------------------------------------------------------- ambari-web/app/views/common/configs/service_config_view.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4307f9bd/ambari-web/app/views/common/configs/service_config_view.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/common/configs/service_config_view.js b/ambari-web/app/views/common/configs/service_config_view.js index daf26b0..a53f6cd 100644 --- a/ambari-web/app/views/common/configs/service_config_view.js +++ b/ambari-web/app/views/common/configs/service_config_view.js @@ -131,6 +131,7 @@ App.ServiceConfigView = Em.View.extend({ App.tooltip($(".glyphicon .glyphicon-lock"), {placement: 'right'}); App.tooltip($("[rel=tooltip]")); this.checkCanEdit(); + this.set('filter', ''); }, willDestroyElement: function() {
