Repository: ambari
Updated Branches:
  refs/heads/trunk de21b29c2 -> 4eb219b8a


AMBARI-12955. First adding hosts to created host group is not possible - no any 
host is displayed (onechiporenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4eb219b8
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4eb219b8
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4eb219b8

Branch: refs/heads/trunk
Commit: 4eb219b8a9fbc4b086eb8c22fe4b6e22bcfb7e33
Parents: de21b29
Author: Oleg Nechiporenko <onechipore...@apache.org>
Authored: Tue Sep 1 13:54:36 2015 +0300
Committer: Oleg Nechiporenko <onechipore...@apache.org>
Committed: Tue Sep 1 14:07:33 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/utils/hosts.js | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4eb219b8/ambari-web/app/utils/hosts.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/hosts.js b/ambari-web/app/utils/hosts.js
index e7ea98c..20acad5 100644
--- a/ambari-web/app/utils/hosts.js
+++ b/ambari-web/app/utils/hosts.js
@@ -135,6 +135,11 @@ module.exports = {
           this.filteredContentObsOnce();
         },
 
+        /**
+         * Default filter-method isn't needed
+         */
+        filter: Em.K,
+
         filterHosts: function () {
           var filterText = this.get('filterText');
           var showOnlySelectedHosts = this.get('showOnlySelectedHosts');

Reply via email to