Просмотр исходного кода

AMBARI-1278. Cannot proceed from Step 3 to Step 4 in App.testMode (Next button is disabled). (srimanth)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1439729 13f79535-47bb-0310-9956-ffa450edef68
Srimanth 12 лет назад
Родитель
Сommit
bb8e3d8845
2 измененных файлов с 4 добавлено и 0 удалено
  1. 3 0
      CHANGES.txt
  2. 1 0
      ambari-web/app/controllers/wizard/step3_controller.js

+ 3 - 0
CHANGES.txt

@@ -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)
 

+ 1 - 0
ambari-web/app/controllers/wizard/step3_controller.js

@@ -112,6 +112,7 @@ App.WizardStep3Controller = Em.Controller.extend({
         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');