فهرست منبع

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

aBabiichuk 11 سال پیش
والد
کامیت
158a737f5e
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      ambari-web/app/data/HDP2/global_properties.js
  2. 1 1
      ambari-web/app/data/global_properties.js

+ 1 - 1
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",

+ 1 - 1
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",