Explorar el Código

AMBARI-17982: Deselect Tech Preview Components by Default (jluniya)

Jayush Luniya hace 9 años
padre
commit
3f20c4005a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      ambari-web/app/models/stack_service.js

+ 2 - 1
ambari-web/app/models/stack_service.js

@@ -214,7 +214,8 @@ App.StackService.displayOrder = [
 ];
 
 App.StackService.unSelectByDefault = [
-  'SPARK2'
+  'SPARK2',
+  'LOGSEARCH'
 ];