Browse Source

AMBARI-2572. Hosts page: wrong filter applied after logout/login. (Aleksandr Kovalenko via srimanth)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1500068 13f79535-47bb-0310-9956-ffa450edef68
Srimanth 12 years ago
parent
commit
758ed44896
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ambari-web/app/views/common/table_view.js

+ 2 - 0
ambari-web/app/views/common/table_view.js

@@ -61,6 +61,8 @@ App.TableView = Em.View.extend({
           });
         }
       });
+    } else {
+      this.clearFilters();
     }
 
     Em.run.next(function() {