You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2015/11/06 02:31:16 UTC

ambari git commit: AMBARI-13751. Ranger User Info: Visibility of bind user and password field should happen when Bind Anonymous value is false. (jaimin)

Repository: ambari
Updated Branches:
  refs/heads/brnch-2.1 [created] 491481e91


AMBARI-13751. Ranger User Info: Visibility of bind user and password field should happen when Bind Anonymous value is false. (jaimin)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/491481e9
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/491481e9
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/491481e9

Branch: refs/heads/brnch-2.1
Commit: 491481e91ce6fb6a1280c4c50859e50ee704cb25
Parents: fa042c8
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Thu Nov 5 17:30:58 2015 -0800
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Thu Nov 5 17:30:58 2015 -0800

----------------------------------------------------------------------
 .../HDP/2.2/services/RANGER/themes/theme_version_1.json      | 8 ++++----
 .../HDP/2.3/services/RANGER/themes/theme_version_2.json      | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/491481e9/ambari-server/src/main/resources/stacks/HDP/2.2/services/RANGER/themes/theme_version_1.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/RANGER/themes/theme_version_1.json b/ambari-server/src/main/resources/stacks/HDP/2.2/services/RANGER/themes/theme_version_1.json
index 66d0de1..e6724cd 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/RANGER/themes/theme_version_1.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/RANGER/themes/theme_version_1.json
@@ -320,12 +320,12 @@
               "if": "${ranger-env/bind_anonymous}",
               "then": {
                 "property_value_attributes": {
-                  "visible": true
+                  "visible": false
                 }
               },
               "else": {
                 "property_value_attributes": {
-                  "visible": false
+                  "visible": true
                 }
               }
             }
@@ -344,12 +344,12 @@
               "if": "${ranger-env/bind_anonymous}",
               "then": {
                 "property_value_attributes": {
-                  "visible": true
+                  "visible": false
                 }
               },
               "else": {
                 "property_value_attributes": {
-                  "visible": false
+                  "visible": true
                 }
               }
             }

http://git-wip-us.apache.org/repos/asf/ambari/blob/491481e9/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/themes/theme_version_2.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/themes/theme_version_2.json b/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/themes/theme_version_2.json
index 07cb9df..db65e54 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/themes/theme_version_2.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/themes/theme_version_2.json
@@ -561,12 +561,12 @@
               "if": "${ranger-env/bind_anonymous}",
               "then": {
                 "property_value_attributes": {
-                  "visible": true
+                  "visible": false
                 }
               },
               "else": {
                 "property_value_attributes": {
-                  "visible": false
+                  "visible": true
                 }
               }
             }
@@ -584,12 +584,12 @@
               "if": "${ranger-env/bind_anonymous}",
               "then": {
                 "property_value_attributes": {
-                  "visible": true
+                  "visible": false
                 }
               },
               "else": {
                 "property_value_attributes": {
-                  "visible": false
+                  "visible": true
                 }
               }
             }