浏览代码

AMBARI-18890 - Enable "Auto Start" feature for services & components by default (rzang)

Richard Zang 8 年之前
父节点
当前提交
03bd7a6dab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/config.js

+ 1 - 1
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,