Explorar o código

AMBARI-3879. Enable config-groups functionality by default. (srimanth)

Srimanth Gunturi %!s(int64=11) %!d(string=hai) anos
pai
achega
b3669eebcd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      ambari-web/app/config.js

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

@@ -44,9 +44,9 @@ App.enableExperimental = false;
 
 
 App.supports = {
 App.supports = {
   addServices: false,
   addServices: false,
-  hostOverrides: false,
+  hostOverrides: true,
   hostOverridesInstaller: false,
   hostOverridesInstaller: false,
-  hostOverridesHost: false,
+  hostOverridesHost: true,
   mirroring: false,
   mirroring: false,
   secureCluster: true,
   secureCluster: true,
   secureClusterProceedPopup: false,
   secureClusterProceedPopup: false,