浏览代码

AMBARI-10589. BE: Stack advisor endpoints should support config-groups specific calls - reverting enhanced-configs enablement (srimanth)

Srimanth Gunturi 10 年之前
父节点
当前提交
6d3570c050
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/config.js

+ 1 - 1
ambari-web/app/config.js

@@ -73,7 +73,7 @@ App.supports = {
   opsDuringRollingUpgrade: false,
   opsDuringRollingUpgrade: false,
   customizedWidgets: false,
   customizedWidgets: false,
   customizedWidgetLayout: false,
   customizedWidgetLayout: false,
-  enhancedConfigs: true
+  enhancedConfigs: false
 };
 };
 
 
 if (App.enableExperimental) {
 if (App.enableExperimental) {