Updated Branches:
  refs/heads/branch-1.4.2 9aeed35ae -> 48ee9ecaa

AMBARI-3891 Value of field "Ganglia User" at Customize Services page -> Misc 
tab does not check for correctness. (ababiichuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/48ee9eca
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/48ee9eca
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/48ee9eca

Branch: refs/heads/branch-1.4.2
Commit: 48ee9ecaace490f75c0c5087c59faa93421d15c8
Parents: 9aeed35
Author: aBabiichuk <[email protected]>
Authored: Tue Nov 26 20:13:05 2013 +0200
Committer: aBabiichuk <[email protected]>
Committed: Tue Nov 26 20:13:05 2013 +0200

----------------------------------------------------------------------
 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/ambari/blob/48ee9eca/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 c3f2f29..91e0fc7 100644
--- a/ambari-web/app/data/HDP2/global_properties.js
+++ b/ambari-web/app/data/HDP2/global_properties.js
@@ -1606,7 +1606,7 @@ module.exports =
       "description": "The user used to run Ganglia",
       "defaultValue": "nobody",
       "isReconfigurable": false,
-      "displayType": "advanced",
+      "displayType": "user",
       "isOverridable": false,
       "isVisible": true,
       "domain": "global",

http://git-wip-us.apache.org/repos/asf/ambari/blob/48ee9eca/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 9e7bc9a..4bd04c1 100644
--- a/ambari-web/app/data/global_properties.js
+++ b/ambari-web/app/data/global_properties.js
@@ -1932,7 +1932,7 @@ module.exports =
       "description": "The user used to run Ganglia",
       "defaultValue": "nobody",
       "isReconfigurable": false,
-      "displayType": "advanced",
+      "displayType": "user",
       "isOverridable": false,
       "isVisible": true,
       "domain": "global",

Reply via email to