You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/04/20 21:54:49 UTC

ambari git commit: AMBARI-10589. BE: Stack advisor endpoints should support config-groups specific calls - reverting enhanced-configs enablement (srimanth)

Repository: ambari
Updated Branches:
  refs/heads/trunk 3d2684add -> 6d3570c05


AMBARI-10589. BE: Stack advisor endpoints should support config-groups specific calls - reverting enhanced-configs enablement (srimanth)


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

Branch: refs/heads/trunk
Commit: 6d3570c0507db1868beab7118683524b2079dcf6
Parents: 3d2684a
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Mon Apr 20 12:50:26 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Mon Apr 20 12:50:33 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/6d3570c0/ambari-web/app/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index 4414c34..440a1ea 100644
--- a/ambari-web/app/config.js
+++ b/ambari-web/app/config.js
@@ -73,7 +73,7 @@ App.supports = {
   opsDuringRollingUpgrade: false,
   customizedWidgets: false,
   customizedWidgetLayout: false,
-  enhancedConfigs: true
+  enhancedConfigs: false
 };
 
 if (App.enableExperimental) {