소스 검색

AMBARI-5555. NameNode HA wizard: Review page appears blank. (onechiporenko)

Oleg Nechiporenko 11 년 전
부모
커밋
80a499a1f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ambari-web/app/controllers/main/admin/highAvailability/wizard_controller.js

+ 1 - 1
ambari-web/app/controllers/main/admin/highAvailability/wizard_controller.js

@@ -137,7 +137,7 @@ App.HighAvailabilityWizardController = App.WizardController.extend({
         isInstalled: true
       });
     });
-    App.db.setMasterComponentHosts(masterComponentHosts);
+    this.setDBProperty('masterComponentHosts', masterComponentHosts);
     this.set('content.masterComponentHosts', masterComponentHosts);
   },