You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2017/02/21 16:39:55 UTC

[24/25] ambari git commit: AMBARI-20100. Configs filter is not reset if configs has no filter input (akovalenko)

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-12556
Commit: 4307f9bd7252b329d63fe3f52468890d057b94c9
Parents: f1c96e5
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Tue Feb 21 17:59:09 2017 +0200
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
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() {