소스 검색

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

Aleksandr Kovalenko 10 년 전
부모
커밋
bcb8255c2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
    */