瀏覽代碼

AMBARI-6800. Enable "Download Client Configs" feature by default. (yusaku)

Yusaku Sako 10 年之前
父節點
當前提交
6fd7d82b02
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/config.js

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

@@ -82,7 +82,7 @@ App.supports = {
   databaseConnection: true,
   configHistory: false,
   serverRecommendValidate: false,
-  downloadClientConfigs: false,
+  downloadClientConfigs: true,
   abortRequests: false
 };