Explorar el Código

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

Yusaku Sako hace 10 años
padre
commit
6fd7d82b02
Se han modificado 1 ficheros con 1 adiciones y 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
 };