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/07 01:22:22 UTC

ambari git commit: AMBARI-10340. Provide support for final configs - turning off experimental flag (srimanth)

Repository: ambari
Updated Branches:
  refs/heads/trunk c55d89c1a -> 79659d31d


AMBARI-10340. Provide support for final configs - turning off experimental flag (srimanth)


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

Branch: refs/heads/trunk
Commit: 79659d31d83805abd5a9e9981a3b7068b0ca7408
Parents: c55d89c
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Mon Apr 6 16:22:08 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Mon Apr 6 16:22:08 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/79659d31/ambari-web/app/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index e97e315..6e06e59 100644
--- a/ambari-web/app/config.js
+++ b/ambari-web/app/config.js
@@ -73,7 +73,7 @@ App.supports = {
   installGanglia: false,
   opsDuringRollingUpgrade: false,
   customizedWidgets: false,
-  enhancedConfigs: true,
+  enhancedConfigs: false,
   setRackId: false
 };