浏览代码

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: {