Browse Source

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

Aleksandr Kovalenko 10 năm trước cách đây
mục cha
commit
bcb8255c2e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
    */