Browse Source

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

Alex Antonenko 10 years ago
parent
commit
8594164258
1 changed files with 1 additions and 1 deletions
  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: {