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/branches/branch-1.4.0@1500069 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ambari-web/app/views/common/table_view.js b/ambari-web/app/views/common/table_view.js
index 2f82d84..c3a0dd4 100644
--- a/ambari-web/app/views/common/table_view.js
+++ b/ambari-web/app/views/common/table_view.js
@@ -61,6 +61,8 @@
           });
         }
       });
+    } else {
+      this.clearFilters();
     }
 
     Em.run.next(function() {