Ver código fonte

AMBARI-5512. Move wizard and HA wizard gets stuck on any deploy step (alexantonenko)

Alex Antonenko 11 anos atrás
pai
commit
a32863d86c
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      ambari-web/app/models/cluster_states.js

+ 3 - 3
ambari-web/app/models/cluster_states.js

@@ -231,9 +231,9 @@ App.clusterStatus = Em.Object.create(App.UserPref, {
             async: !!opt.async,
             async: !!opt.async,
             keyValuePair: keyValuePair
             keyValuePair: keyValuePair
           },
           },
-          success: opt.success || Em.K,
-          beforeSend: opt.beforeSend || Em.K,
-          error: opt.error || Em.K
+          success: opt.success,
+          beforeSend: opt.beforeSend,
+          error: opt.error
         });
         });
       }
       }
       else {
       else {