You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/08/09 01:40:42 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/trunk 2792f3085 -> 6fd7d82b0


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6fd7d82b
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6fd7d82b
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6fd7d82b

Branch: refs/heads/trunk
Commit: 6fd7d82b0279f44f1b45a2b12dd1a80e5b858542
Parents: 2792f30
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Fri Aug 8 16:39:07 2014 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Fri Aug 8 16:39:33 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6fd7d82b/ambari-web/app/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index 999feda..4bd8b33 100644
--- a/ambari-web/app/config.js
+++ b/ambari-web/app/config.js
@@ -82,7 +82,7 @@ App.supports = {
   databaseConnection: true,
   configHistory: false,
   serverRecommendValidate: false,
-  downloadClientConfigs: false,
+  downloadClientConfigs: true,
   abortRequests: false
 };