Explorar o código

AMBARI-13254 Components filter works incorrectly on Hosts page. (atkach)

Andrii Tkach %!s(int64=9) %!d(string=hai) anos
pai
achega
291b7cbf58
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      ambari-web/app/controllers/global/update_controller.js

+ 0 - 6
ambari-web/app/controllers/global/update_controller.js

@@ -339,12 +339,6 @@ App.UpdateController = Em.Controller.extend({
     var hostNames = data.items.mapProperty('Hosts.host_name');
     var skipCall = hostNames.length === 0;
 
-    /**
-     * exclude pagination parameters as they were applied in previous call
-     * to obtain hostnames of filtered hosts
-     */
-    preLoadKeys = preLoadKeys.concat(this.get('paginationKeys'));
-
     var itemTotal = parseInt(data.itemTotal);
     if (!isNaN(itemTotal)) {
       App.router.set('mainHostController.filteredCount', itemTotal);