Updated Branches:
  refs/heads/trunk 47d7da54b -> b3669eebc

AMBARI-3879. Enable config-groups functionality by default. (srimanth)


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

Branch: refs/heads/trunk
Commit: b3669eebcd2ad646946dd693bcf3bd522284dffe
Parents: 47d7da5
Author: Srimanth Gunturi <[email protected]>
Authored: Mon Nov 25 13:07:44 2013 -0800
Committer: Srimanth Gunturi <[email protected]>
Committed: Mon Nov 25 13:07:44 2013 -0800

----------------------------------------------------------------------
 ambari-web/app/config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b3669eeb/ambari-web/app/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index e4a4b22..ce0619f 100644
--- a/ambari-web/app/config.js
+++ b/ambari-web/app/config.js
@@ -44,9 +44,9 @@ App.enableExperimental = false;
 
 App.supports = {
   addServices: false,
-  hostOverrides: false,
+  hostOverrides: true,
   hostOverridesInstaller: false,
-  hostOverridesHost: false,
+  hostOverridesHost: true,
   mirroring: false,
   secureCluster: true,
   secureClusterProceedPopup: false,

Reply via email to