You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2014/08/27 16:05:06 UTC

[25/35] git commit: AMBARI-7022. FE: Enable Dynamic configs and layout support in UI (srimanth)

AMBARI-7022. FE: Enable Dynamic configs and layout support in UI (srimanth)


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

Branch: refs/heads/branch-alerts-dev
Commit: f8193e941f22bac6bbc64a141613d8f8bf90633b
Parents: 02ee3d4
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Tue Aug 26 13:11:53 2014 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Tue Aug 26 13:11:53 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/f8193e94/ambari-web/app/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index be1fd97..b734111 100644
--- a/ambari-web/app/config.js
+++ b/ambari-web/app/config.js
@@ -79,7 +79,7 @@ App.supports = {
   flume: true,
   databaseConnection: true,
   configHistory: false,
-  serverRecommendValidate: false,
+  serverRecommendValidate: true,
   downloadClientConfigs: true,
   abortRequests: true
 };