Explorar o código

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

Yusaku Sako %!s(int64=10) %!d(string=hai) anos
pai
achega
6fd7d82b02
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 };