瀏覽代碼

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