Преглед на файлове

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
    */