Repository: ambari Updated Branches: refs/heads/branch-2.5 8544750d4 -> 03bd7a6da
AMBARI-18890 - Enable "Auto Start" feature for services & components by default (rzang) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/03bd7a6d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/03bd7a6d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/03bd7a6d Branch: refs/heads/branch-2.5 Commit: 03bd7a6dab4d4a39e649f2c9361d07efbea1bb64 Parents: 8544750 Author: Richard Zang <[email protected]> Authored: Tue Nov 15 16:03:26 2016 -0800 Committer: Richard Zang <[email protected]> Committed: Tue Nov 15 16:03:26 2016 -0800 ---------------------------------------------------------------------- ambari-web/app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/03bd7a6d/ambari-web/app/config.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js index c3c45b1..f35e040 100644 --- a/ambari-web/app/config.js +++ b/ambari-web/app/config.js @@ -82,7 +82,7 @@ App.supports = { skipComponentStartAfterInstall: false, preInstallChecks: false, hostComboSearchBox: true, - serviceAutoStart: false, + serviceAutoStart: true, logSearch: true, redhatSatellite: false, enableIpa: false,
