Prechádzať zdrojové kódy

AMBARI-1766. Hide Java Home option on step-7 of Installer wizard. (jaimin)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1463338 13f79535-47bb-0310-9956-ffa450edef68
Jaimin Jetly 12 rokov pred
rodič
commit
e5d7e08e42
2 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  1. 2 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/data/config_properties.js

+ 2 - 0
CHANGES.txt

@@ -544,6 +544,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1766. Hide Java Home option on step-7 of Installer wizard. (jaimin)
+
  AMBARI-1765. Enable the Ganglia rrd files location to be configurable
  when Ganglia is selected as service. (jaimin)
 

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

@@ -1667,7 +1667,7 @@ module.exports =
       "isRequired": true,
       "isReconfigurable": false,
       "displayType": "directory",
-      "isVisible": true,
+      "isVisible": false,
       "domain": "global",
       "serviceName": "MISC"
     },