Explorar o código

AMBARI-12561. Number of filtered hosts not shown (akovalenko)

Aleksandr Kovalenko %!s(int64=10) %!d(string=hai) anos
pai
achega
bcb8255c2e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ambari-web/app/views/common/table_view.js

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

@@ -433,7 +433,7 @@ App.TableView = Em.View.extend(App.UserPref, {
       });
     }
     return result;
-  }.property('filteredContent'),
+  }.property('filteredContent.length'),
   /**
    * Filter table by filterConditions
    */