浏览代码

AMBARI-2698. Host specific progress bar for a task has some inconsistencies. (Aleksandr Kovalenko via srimanth)

Srimanth Gunturi 12 年之前
父节点
当前提交
477838dcfd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/utils/host_progress_popup.js

+ 1 - 1
ambari-web/app/utils/host_progress_popup.js

@@ -663,7 +663,7 @@ App.HostPopup = Em.Object.create({
           } else if (!this.get('isServiceListHidden')) {
             this.get('controller').setSelectCount(this.get("services"), this.get('categories'));
           }
-        }.observes('hosts', 'isTaskListHidden', 'isHostListHidden'),
+        }.observes('hosts', 'isTaskListHidden', 'isHostListHidden', 'services.length', 'services.@each.status'),
 
         /**
          * Onclick handler for button <-Tasks