소스 검색

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