소스 검색

AMBARI-4388. add ability to add Falcon on an existing cluster via Add Services Wizard. (Mikhail Bayuk via akovalenko)

Aleksandr Kovalenko 11 년 전
부모
커밋
0224d15d58
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      ambari-web/app/data/service_configs.js

+ 3 - 2
ambari-web/app/data/service_configs.js

@@ -224,9 +224,10 @@ module.exports = [
     serviceName: 'FALCON',
     displayName: 'Falcon',
     configCategories: [
-      App.ServiceConfigCategory.create({ name: 'Falcon', displayName : 'Falcon Server'})
+      App.ServiceConfigCategory.create({ name: 'Falcon', displayName : 'Falcon Server'}),
+      App.ServiceConfigCategory.create({ name: 'Advanced', displayName : 'Falcon - Oozie integration'})
     ],
-    sites: ['falcon-site'],
+    sites: ['global', 'oozie-site'],
     configs: []
   },