瀏覽代碼

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

aBabiichuk 10 年之前
父節點
當前提交
217f3d71c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/mixins/common/serverValidator.js

+ 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'),
 
   /**