Author: yusaku
Date: Fri Mar  8 00:20:18 2013
New Revision: 1454187

URL: http://svn.apache.org/r1454187
Log:
AMBARI-1584. Stack Upgrade Wizard - integrate host progress popup. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    
incubator/ambari/trunk/ambari-web/app/views/wizard/stack_upgrade/step3_view.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1454187&r1=1454186&r2=1454187&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Fri Mar  8 00:20:18 2013
@@ -105,6 +105,9 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-1584. Stack Upgrade Wizard - integrate host progress popup.
+ (yusaku)
+
  AMBARI-1581. Host progress popup - generic component for showing progress
  on async operations. (yusaku)
 

Modified: 
incubator/ambari/trunk/ambari-web/app/views/wizard/stack_upgrade/step3_view.js
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/views/wizard/stack_upgrade/step3_view.js?rev=1454187&r1=1454186&r2=1454187&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-web/app/views/wizard/stack_upgrade/step3_view.js 
(original)
+++ 
incubator/ambari/trunk/ambari-web/app/views/wizard/stack_upgrade/step3_view.js 
Fri Mar  8 00:20:18 2013
@@ -102,8 +102,9 @@ App.StackUpgradeStep3View = Em.View.exte
      * @param event
      */
     hostsLogPopup: function(event){
-      //TODO show popup with hosts
       var serviceName = event.contexts[0];
+      var controller = this.get("controller");
+      App.HostPopup.initPopup(serviceName, controller);
     }
   })
 });
\ No newline at end of file


Reply via email to