Browse Source

AMBARI-4307. Turn on the flag to enable Add Services Wizard by default. (yusaku)

Yusaku Sako 11 years ago
parent
commit
f87b95ed7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/config.js

+ 1 - 1
ambari-web/app/config.js

@@ -44,7 +44,7 @@ App.reassignableComponents = ['NAMENODE', 'SECONDARY_NAMENODE', 'JOBTRACKER', 'R
 App.enableExperimental = false;
 
 App.supports = {
-  addServices: false,
+  addServices: true,
   hostOverrides: true,
   hostOverridesInstaller: true,
   hostOverridesHost: true,