Explorar el Código

AMBARI-2706. Hosts page: filters does not work. (Aleksandr Kovalenko via srimanth)

Srimanth Gunturi hace 12 años
padre
commit
6b3bb003b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ambari-web/app/views/common/table_view.js

+ 1 - 1
ambari-web/app/views/common/table_view.js

@@ -191,8 +191,8 @@ App.TableView = Em.View.extend({
       this.get('filterConditions').push(filterCondition);
       this.get('filterConditions').push(filterCondition);
     }
     }
     this.saveFilterConditions();
     this.saveFilterConditions();
-
     this.filtersUsedCalc();
     this.filtersUsedCalc();
+    this.filter();
   },
   },
 
 
   saveFilterConditions: function() {
   saveFilterConditions: function() {