You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by on...@apache.org on 2015/09/01 13:06:04 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 b6c07db16 -> 9eb04ae6f


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/9eb04ae6
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9eb04ae6
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9eb04ae6

Branch: refs/heads/branch-2.1
Commit: 9eb04ae6fd7eae3670118b7a309594ec547af3fe
Parents: b6c07db
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Tue Sep 1 13:54:36 2015 +0300
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Tue Sep 1 13:54:36 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/9eb04ae6/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');