Prechádzať zdrojové kódy

AMBARI-10116 Use all host components in recommendations (additional). (ababiichuk)

aBabiichuk 10 rokov pred
rodič
commit
217f3d71c6

+ 1 - 1
ambari-web/app/mixins/common/serverValidator.js

@@ -27,7 +27,7 @@ App.ServerValidatorMixin = Em.Mixin.create({
    * @type {boolean}
    */
   isWizard: function() {
-    return this.get('wizardController') && ['addServiceController' || 'installerController'].contains(this.get('wizardController.name'));
+    return this.get('wizardController') && ['addServiceController', 'installerController'].contains(this.get('wizardController.name'));
   }.property('wizardController.name'),
 
   /**