You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2013/11/26 19:11:49 UTC

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

Updated Branches:
  refs/heads/trunk c941e6d52 -> 158a737f5


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/158a737f
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/158a737f
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/158a737f

Branch: refs/heads/trunk
Commit: 158a737f5e8f43ffd6a459aaf66f8b15f80f0a63
Parents: c941e6d
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Tue Nov 26 20:06:58 2013 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Tue Nov 26 20:11:31 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/158a737f/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/158a737f/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",