浏览代码

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;
     return result;
-  }.property('filteredContent'),
+  }.property('filteredContent.length'),
   /**
   /**
    * Filter table by filterConditions
    * Filter table by filterConditions
    */
    */