Updated Branches: refs/heads/trunk 2070cbc3f -> 0f8ec4c8a
AMBARI-3043. Change Group label to "Hadoop Group" label. (xiwang via yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/0f8ec4c8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/0f8ec4c8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/0f8ec4c8 Branch: refs/heads/trunk Commit: 0f8ec4c8a5dd003dcbf3ee39ef29a324e27947aa Parents: 2070cbc Author: Yusaku Sako <[email protected]> Authored: Wed Aug 28 15:48:17 2013 +0300 Committer: Yusaku Sako <[email protected]> Committed: Wed Aug 28 15:48:17 2013 +0300 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/global_properties.js | 2 +- ambari-web/app/data/global_properties.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/0f8ec4c8/ambari-web/app/data/HDP2/global_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/global_properties.js b/ambari-web/app/data/HDP2/global_properties.js index 78dc755..a52672e 100644 --- a/ambari-web/app/data/HDP2/global_properties.js +++ b/ambari-web/app/data/HDP2/global_properties.js @@ -2315,7 +2315,7 @@ module.exports = { "id": "puppet var", "name": "user_group", - "displayName": "Group", + "displayName": "Hadoop Group", "description": "Group that the users specified above belong to", "defaultValue": "hadoop", "isReconfigurable": false, http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/0f8ec4c8/ambari-web/app/data/global_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/global_properties.js b/ambari-web/app/data/global_properties.js index 5023f3f..c6c7dd7 100644 --- a/ambari-web/app/data/global_properties.js +++ b/ambari-web/app/data/global_properties.js @@ -2755,7 +2755,7 @@ module.exports = { "id": "puppet var", "name": "user_group", - "displayName": "Group", + "displayName": "Hadoop Group", "description": "Group that the users specified above belong to", "defaultValue": "hadoop", "isReconfigurable": false,
