Browse Source

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

aBabiichuk 11 years ago
parent
commit
158a737f5e

+ 1 - 1
ambari-web/app/data/HDP2/global_properties.js

@@ -1606,7 +1606,7 @@ module.exports =
       "description": "The user used to run Ganglia",
       "description": "The user used to run Ganglia",
       "defaultValue": "nobody",
       "defaultValue": "nobody",
       "isReconfigurable": false,
       "isReconfigurable": false,
-      "displayType": "advanced",
+      "displayType": "user",
       "isOverridable": false,
       "isOverridable": false,
       "isVisible": true,
       "isVisible": true,
       "domain": "global",
       "domain": "global",

+ 1 - 1
ambari-web/app/data/global_properties.js

@@ -1932,7 +1932,7 @@ module.exports =
       "description": "The user used to run Ganglia",
       "description": "The user used to run Ganglia",
       "defaultValue": "nobody",
       "defaultValue": "nobody",
       "isReconfigurable": false,
       "isReconfigurable": false,
-      "displayType": "advanced",
+      "displayType": "user",
       "isOverridable": false,
       "isOverridable": false,
       "isVisible": true,
       "isVisible": true,
       "domain": "global",
       "domain": "global",