You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2017/03/14 08:33:48 UTC

ranger git commit: RANGER-1448 : Change of import / export icons on Ranger UI

Repository: ranger
Updated Branches:
  refs/heads/master 85ddb48e2 -> 5d5a0cd71


RANGER-1448 : Change of import / export icons on Ranger UI


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

Branch: refs/heads/master
Commit: 5d5a0cd7198ee3590645c193c03708de91899420
Parents: 85ddb48
Author: Mehul Parikh <me...@apache.org>
Authored: Tue Mar 14 13:55:47 2017 +0530
Committer: Mehul Parikh <me...@apache.org>
Committed: Tue Mar 14 13:55:47 2017 +0530

----------------------------------------------------------------------
 .../templates/common/ServiceManagerLayout_tmpl.html       | 10 +++++-----
 .../webapp/templates/reports/UserAccessLayout_tmpl.html   |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/5d5a0cd7/security-admin/src/main/webapp/templates/common/ServiceManagerLayout_tmpl.html
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/templates/common/ServiceManagerLayout_tmpl.html b/security-admin/src/main/webapp/templates/common/ServiceManagerLayout_tmpl.html
index acaabce..ea2f198 100644
--- a/security-admin/src/main/webapp/templates/common/ServiceManagerLayout_tmpl.html
+++ b/security-admin/src/main/webapp/templates/common/ServiceManagerLayout_tmpl.html
@@ -15,10 +15,10 @@
   limitations under the License.
 --}}
 {{#if showImportExportBtn}}
-	<button type="button" title="Export" class=" btn btn-small btn-right" data-id="exportBtn"> <i class="icon-download-alt"></i>
+	<button type="button" title="Export" class=" btn btn-small btn-right" data-id="exportBtn"> <i class="icon-external-link-sign"></i>
 	 Export
 	</button>
-	<button type="button" title="Import" class="btn btn-success btn btn-small btn-right" data-id="importBtn" > <i class="icon-upload-alt"></i>
+	<button type="button" title="Import" class="btn btn-success btn btn-small btn-right" data-id="importBtn" > <i class="icon-rotate-180 icon-external-link-sign"></i>
 	 Import
 	</button>
 {{/if}}
@@ -40,14 +40,14 @@
 									{{#if ../operation}} 
 									
 									  <a href="javascript:void(0)" title="Export" type="button" class="download  pull-right " data-id="downloadBtnOnService" data-servicetype="{{./this.attributes.name}}" style="margin-right: 5px;" > 
-                                          <i class=" icon-download-alt"> </i>
+                                          <i class="icon-external-link-sign"> </i>
 	                                   </a>
 	                                   
 	                                   <a href="javascript:void(0)" title="Import"  data-id="uploadBtnOnServices" data-servicetype="{{./this.attributes.name}}" class=" btn-right" style="margin-right: 5px ; margin-top:-2px;">
-									    <i class=" icon-upload-alt"> </i>
+									    <i class="icon-rotate-180 icon-external-link-sign"> </i>
 									   </a>
 									   
-									   <a href="#!/service/{{./this.id}}/create"class="pull-right" title="Add" style="margin-right: 2px;"> <i class="icon-plus"></i></a> <!--  -->
+									   <a href="#!/service/{{./this.id}}/create"class="pull-right" title="Add New Service" style="margin-right: 2px;"> <i class="icon-plus"></i></a> <!--  -->
 									 
 									{{/if}}
 								</span>	

http://git-wip-us.apache.org/repos/asf/ranger/blob/5d5a0cd7/security-admin/src/main/webapp/templates/reports/UserAccessLayout_tmpl.html
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/templates/reports/UserAccessLayout_tmpl.html b/security-admin/src/main/webapp/templates/reports/UserAccessLayout_tmpl.html
index 13d6776..f428f3a 100644
--- a/security-admin/src/main/webapp/templates/reports/UserAccessLayout_tmpl.html
+++ b/security-admin/src/main/webapp/templates/reports/UserAccessLayout_tmpl.html
@@ -101,7 +101,7 @@
 	<span>
 		<div class="btn-group btn-right">
 			<button type="button" data-name="downloadFormatBtn" class="btn btn-primary dropdown-toggle" title="Export all below policies" data-toggle="dropdown">
-				<i class="icon-download-alt"></i>
+				<i class="icon-external-link-sign"></i>
 				<span>Export</span>
 				<span class="caret"> </span>
 			</button>