Repository: ranger
Updated Branches:
  refs/heads/ranger-1.0 367a724cf -> 79d177be7


RANGER-2014: Unable to see policy detail in view policy mode after updating 
recursive flag

Signed-off-by: pradeep <prad...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/79d177be
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/79d177be
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/79d177be

Branch: refs/heads/ranger-1.0
Commit: 79d177be7bc6d511e8902d963802c9550608bebf
Parents: 367a724
Author: ni3galave <nitin.gal...@gmail.com>
Authored: Sat Mar 10 20:35:25 2018 +0530
Committer: pradeep <prad...@apache.org>
Committed: Mon Mar 12 11:57:31 2018 +0530

----------------------------------------------------------------------
 .../src/main/webapp/scripts/views/policies/RangerPolicyDetail.js   | 2 +-
 .../src/main/webapp/templates/kms/KmsKeyCreate_tmpl.html           | 2 +-
 .../main/webapp/templates/policies/RangerPolicyCreate_tmpl.html    | 2 +-
 .../src/main/webapp/templates/service/ServiceCreate_tmpl.html      | 2 +-
 .../src/main/webapp/templates/users/GroupCreate_tmpl.html          | 2 +-
 .../src/main/webapp/templates/users/UserCreate_tmpl.html           | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/79d177be/security-admin/src/main/webapp/scripts/views/policies/RangerPolicyDetail.js
----------------------------------------------------------------------
diff --git 
a/security-admin/src/main/webapp/scripts/views/policies/RangerPolicyDetail.js 
b/security-admin/src/main/webapp/scripts/views/policies/RangerPolicyDetail.js
index 80ef1f1..0ddeb70 100644
--- 
a/security-admin/src/main/webapp/scripts/views/policies/RangerPolicyDetail.js
+++ 
b/security-admin/src/main/webapp/scripts/views/policies/RangerPolicyDetail.js
@@ -118,7 +118,7 @@ define(function(require) {
                                                resource.exBool = true;
                                                resource.exLabel = 
localization.tt('h.recursive')
                                        }else{
-                                               resource.exBool = fasle;
+                                               resource.exBool = false;
                                                resource.exLabel = 
localization.tt('h.nonRecursive')
                                        }
                                }

http://git-wip-us.apache.org/repos/asf/ranger/blob/79d177be/security-admin/src/main/webapp/templates/kms/KmsKeyCreate_tmpl.html
----------------------------------------------------------------------
diff --git 
a/security-admin/src/main/webapp/templates/kms/KmsKeyCreate_tmpl.html 
b/security-admin/src/main/webapp/templates/kms/KmsKeyCreate_tmpl.html
index b4b7f03..1dd8ae8 100644
--- a/security-admin/src/main/webapp/templates/kms/KmsKeyCreate_tmpl.html
+++ b/security-admin/src/main/webapp/templates/kms/KmsKeyCreate_tmpl.html
@@ -17,7 +17,7 @@
 <h4 class="wrap-header bold"> Key Detail </h4>
 <div class="wrap non-collapsible ">
        <div data-id="r_form"></div>
-        <div class="form-actions form-policy row-fluid">
+        <div class="form-actions form-policy">
                <button type="button" data-id="save" class="btn btn-primary">
                        Save
                </button>

http://git-wip-us.apache.org/repos/asf/ranger/blob/79d177be/security-admin/src/main/webapp/templates/policies/RangerPolicyCreate_tmpl.html
----------------------------------------------------------------------
diff --git 
a/security-admin/src/main/webapp/templates/policies/RangerPolicyCreate_tmpl.html
 
b/security-admin/src/main/webapp/templates/policies/RangerPolicyCreate_tmpl.html
index eb844ff..78a56c6 100644
--- 
a/security-admin/src/main/webapp/templates/policies/RangerPolicyCreate_tmpl.html
+++ 
b/security-admin/src/main/webapp/templates/policies/RangerPolicyCreate_tmpl.html
@@ -29,7 +29,7 @@
           <i class="icon-info-sign searchInfoUserAccess 
padding-right-10"></i>{{{infoMsg}}}
         </div>
        <div data-id="r_form"></div>
-        <div class="form-actions form-policy row-fluid">
+        <div class="form-actions form-policy">
        {{#if editPolicy}}
                <button type="submit" data-id="save" class="btn  btn-spinner 
btn-primary">
                        <span>Save</span>

http://git-wip-us.apache.org/repos/asf/ranger/blob/79d177be/security-admin/src/main/webapp/templates/service/ServiceCreate_tmpl.html
----------------------------------------------------------------------
diff --git 
a/security-admin/src/main/webapp/templates/service/ServiceCreate_tmpl.html 
b/security-admin/src/main/webapp/templates/service/ServiceCreate_tmpl.html
index 7464f83..dff0b66 100644
--- a/security-admin/src/main/webapp/templates/service/ServiceCreate_tmpl.html
+++ b/security-admin/src/main/webapp/templates/service/ServiceCreate_tmpl.html
@@ -21,7 +21,7 @@
 {{/if}}
 <div class="wrap non-collapsible ">
        <div data-id="r_form"></div>
-        <div class="form-actions form-asset row-fluid">
+        <div class="form-actions form-asset">
                <button type="submit" data-id="save" class="btn btn-primary">
                        Save
                </button>

http://git-wip-us.apache.org/repos/asf/ranger/blob/79d177be/security-admin/src/main/webapp/templates/users/GroupCreate_tmpl.html
----------------------------------------------------------------------
diff --git 
a/security-admin/src/main/webapp/templates/users/GroupCreate_tmpl.html 
b/security-admin/src/main/webapp/templates/users/GroupCreate_tmpl.html
index ffc29bf..26833b4 100644
--- a/security-admin/src/main/webapp/templates/users/GroupCreate_tmpl.html
+++ b/security-admin/src/main/webapp/templates/users/GroupCreate_tmpl.html
@@ -17,7 +17,7 @@
 <h4 class="wrap-header bold"> Group Detail </h4>
 <div class="wrap non-collapsible ">
        <div data-id="r_form"></div>
-        <div class="form-actions form-policy row-fluid">
+        <div class="form-actions form-policy">
                <button type="button" data-id="save" class="btn btn-primary">
                        Save
                </button>

http://git-wip-us.apache.org/repos/asf/ranger/blob/79d177be/security-admin/src/main/webapp/templates/users/UserCreate_tmpl.html
----------------------------------------------------------------------
diff --git 
a/security-admin/src/main/webapp/templates/users/UserCreate_tmpl.html 
b/security-admin/src/main/webapp/templates/users/UserCreate_tmpl.html
index 13ce8cc..b11cc36 100644
--- a/security-admin/src/main/webapp/templates/users/UserCreate_tmpl.html
+++ b/security-admin/src/main/webapp/templates/users/UserCreate_tmpl.html
@@ -26,7 +26,7 @@
                </li>
        </ul>
        <div data-id="r_form"></div>
-        <div class="form-actions form-policy row-fluid">
+        <div class="form-actions form-policy">
                <button type="button" data-id="save" class="btn btn-primary">
                        Save
                </button>

Reply via email to