소스 검색

AMBARI-9816. Ambari Tez View links do not work on Firefox (alexantonenko)

Alex Antonenko 10 년 전
부모
커밋
8594164258
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ambari-web/app/data/service_configs.js

+ 1 - 1
ambari-web/app/data/service_configs.js

@@ -28,7 +28,7 @@ module.exports = [
     serviceName: 'MISC',
     displayName: 'Misc',
     configCategories: [
-      App.ServiceConfigCategory.create({ name: 'Users and Groups', displayName : 'Users and Groups'}),
+      App.ServiceConfigCategory.create({ name: 'Users and Groups', displayName : 'Services Accounts'}),
       App.ServiceConfigCategory.create({ name: 'Notifications', displayName : 'Notifications', isCustomView: true, customView: App.NotificationsConfigsView, siteFileName: 'alert_notification'})
     ],
     configTypes: {