瀏覽代碼

AMBARI-7149. Unable to edit password and email fields on Step 7 of installer - Nagios and Hive. (jaimin)

Jaimin Jetly 11 年之前
父節點
當前提交
ad983dee1c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/views/common/configs/services_config.js

+ 1 - 1
ambari-web/app/views/common/configs/services_config.js

@@ -397,7 +397,7 @@ App.ServiceConfigsByCategoryView = Ember.View.extend(App.UserPref, {
     var categoryBlock = $('.' + this.get('category.name').split(' ').join('.') + '>.accordion-body');
     var categoryBlock = $('.' + this.get('category.name').split(' ').join('.') + '>.accordion-body');
     filteredResult.length && !this.get('category.isCollapsed') ? categoryBlock.show() : categoryBlock.hide();
     filteredResult.length && !this.get('category.isCollapsed') ? categoryBlock.show() : categoryBlock.hide();
     return filteredResult;
     return filteredResult;
-  }.property('categoryConfigs', 'parentView.filter', 'parentView.columns.@each.selected', 'categoryConfigs.@each.isValid').cacheable(),
+  }.property('categoryConfigs', 'parentView.filter', 'parentView.columns.@each.selected').cacheable(),
 
 
   /**
   /**
    * sort configs in current category by index
    * sort configs in current category by index