Repository: ambari Updated Branches: refs/heads/branch-2.0.0 bac6f7f53 -> 48dbac820
AMBARI-9816. Change title of section in Misc to be Service Accounts (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/48dbac82 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/48dbac82 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/48dbac82 Branch: refs/heads/branch-2.0.0 Commit: 48dbac820db43966add996428d7fcebdcbb17f8f Parents: bac6f7f Author: Alex Antonenko <[email protected]> Authored: Thu Feb 26 17:37:24 2015 +0200 Committer: Alex Antonenko <[email protected]> Committed: Thu Feb 26 17:40:29 2015 +0200 ---------------------------------------------------------------------- ambari-web/app/data/service_configs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/48dbac82/ambari-web/app/data/service_configs.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/service_configs.js b/ambari-web/app/data/service_configs.js index f0e0cb3..7e7abcb 100644 --- a/ambari-web/app/data/service_configs.js +++ b/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: {
