Updated Branches:
  refs/heads/trunk 64930cea4 -> 477838dcf

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


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/477838dc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/477838dc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/477838dc

Branch: refs/heads/trunk
Commit: 477838dcfdcb36669d0ffcfeb759eb8241a81c67
Parents: 64930ce
Author: Srimanth Gunturi <[email protected]>
Authored: Tue Jul 23 12:35:13 2013 -0700
Committer: Srimanth Gunturi <[email protected]>
Committed: Tue Jul 23 12:35:13 2013 -0700

----------------------------------------------------------------------
 ambari-web/app/utils/host_progress_popup.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/477838dc/ambari-web/app/utils/host_progress_popup.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/host_progress_popup.js 
b/ambari-web/app/utils/host_progress_popup.js
index 5c79436..ccc818e 100644
--- a/ambari-web/app/utils/host_progress_popup.js
+++ b/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', '[email protected]'),
 
         /**
          * Onclick handler for button <-Tasks

Reply via email to