Author: srimanth
Date: Tue Jan 29 01:28:42 2013
New Revision: 1439729

URL: http://svn.apache.org/viewvc?rev=1439729&view=rev
Log:
AMBARI-1278. Cannot proceed from Step 3 to Step 4 in App.testMode (Next button 
is disabled). (srimanth)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/controllers/wizard/step3_controller.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1439729&r1=1439728&r2=1439729&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Tue Jan 29 01:28:42 2013
@@ -164,6 +164,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1278. Cannot proceed from Step 3 to Step 4 in App.testMode (Next 
+ button is disabled). (srimanth)
+
  AMBARI-1276. Job Graphs need to show x-axis ticks for elapsed time since 
  submission. (srimanth)
 

Modified: 
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step3_controller.js
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/wizard/step3_controller.js?rev=1439729&r1=1439728&r2=1439729&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step3_controller.js 
(original)
+++ 
incubator/ambari/trunk/ambari-web/app/controllers/wizard/step3_controller.js 
Tue Jan 29 01:28:42 2013
@@ -112,6 +112,7 @@ App.WizardStep3Controller = Em.Controlle
         this.get('bootHosts').setEach('bootStatus', 'REGISTERED');
         this.get('bootHosts').setEach('cpu', '2');
         this.get('bootHosts').setEach('memory', '2000000');
+        this.set('isSubmitDisabled', false);
       } else {
         this.set('registrationStartedAt', null);
         this.get('bootHosts').setEach('bootStatus', 'DONE');


Reply via email to