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/05/05 08:37:42 UTC

ambari git commit: AMBARI-10923. Enable enhanced configs flag on trunk (srimanth)

Repository: ambari
Updated Branches:
  refs/heads/trunk 2bcbf2db0 -> 2ef3a5c17


AMBARI-10923. Enable enhanced configs flag on trunk (srimanth)


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

Branch: refs/heads/trunk
Commit: 2ef3a5c17a998738a6f46d9e1ca4e01193bd7ca2
Parents: 2bcbf2d
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Mon May 4 19:04:56 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Mon May 4 23:35:27 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/2ef3a5c1/ambari-web/app/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index f44294a..3b74e9e 100644
--- a/ambari-web/app/config.js
+++ b/ambari-web/app/config.js
@@ -73,7 +73,7 @@ App.supports = {
   opsDuringRollingUpgrade: false,
   customizedWidgets: true,
   customizedWidgetLayout: false,
-  enhancedConfigs: false
+  enhancedConfigs: true
 };
 
 if (App.enableExperimental) {