瀏覽代碼

AMBARI-6937. Move Wizard: infinite spinner on step2. (akovalenko)

Aleksandr Kovalenko 10 年之前
父節點
當前提交
35dbbe98da
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/controllers/main/service/reassign/step2_controller.js

+ 1 - 1
ambari-web/app/controllers/main/service/reassign/step2_controller.js

@@ -106,7 +106,7 @@ App.ReassignMasterWizardStep2Controller = App.WizardStep5Controller.extend({
     return false;
   },
 
-  getIsSubmitDisabled: function () {
+  updateIsSubmitDisabled: function () {
     var isSubmitDisabled = this._super();
     if (!isSubmitDisabled) {
       var reassigned = 0;