Repository: ambari Updated Branches: refs/heads/trunk 02ee3d440 -> f8193e941
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/trunk Commit: f8193e941f22bac6bbc64a141613d8f8bf90633b Parents: 02ee3d4 Author: Srimanth Gunturi <[email protected]> Authored: Tue Aug 26 13:11:53 2014 -0700 Committer: Srimanth Gunturi <[email protected]> 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 };
