Browse Source

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

Srimanth Gunturi 12 years ago
parent
commit
6b3bb003b9
1 changed files with 1 additions and 1 deletions
  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.saveFilterConditions();
-
     this.filtersUsedCalc();
+    this.filter();
   },
 
   saveFilterConditions: function() {