Explorar el Código

AMBARI-6518. Select services Page: GLUSTERFS service should appear along with HDFS service on the top. (jaimin)

Jaimin Jetly hace 11 años
padre
commit
203f0ae1a1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ambari-web/app/models/stack_service.js

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

@@ -202,6 +202,7 @@ App.StackService.FIXTURES = [];
 
 App.StackService.displayOrder = [
   'HDFS',
+  'GLUSTERFS',
   'MAPREDUCE',
   'MAPREDUCE2',
   'YARN',