Kaynağa Gözat

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

Oleg Nechiporenko 9 yıl önce
ebeveyn
işleme
4eb219b8a9
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      ambari-web/app/utils/hosts.js

+ 5 - 0
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');