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/01/16 02:03:35 UTC

git commit: AMBARI-4307. Turn on the flag to enable Add Services Wizard by default. (yusaku)

Updated Branches:
  refs/heads/trunk 532d76d99 -> f87b95ed7


AMBARI-4307. Turn on the flag to enable Add Services Wizard 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/f87b95ed
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f87b95ed
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f87b95ed

Branch: refs/heads/trunk
Commit: f87b95ed7f3582ea17537536ce2440c645989255
Parents: 532d76d
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Wed Jan 15 16:57:37 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Wed Jan 15 16:57:37 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/f87b95ed/ambari-web/app/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index d839acd..542b9d3 100644
--- a/ambari-web/app/config.js
+++ b/ambari-web/app/config.js
@@ -44,7 +44,7 @@ App.reassignableComponents = ['NAMENODE', 'SECONDARY_NAMENODE', 'JOBTRACKER', 'R
 App.enableExperimental = false;
 
 App.supports = {
-  addServices: false,
+  addServices: true,
   hostOverrides: true,
   hostOverridesInstaller: true,
   hostOverridesHost: true,