You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rz...@apache.org on 2016/03/24 19:41:55 UTC

ambari git commit: AMBARI-15547. User names in the List view of Roles are displayed with URI encoding (Keta Patel via rzang)

Repository: ambari
Updated Branches:
  refs/heads/trunk 161dcefb3 -> eb7e8b2dd


AMBARI-15547. User names in the List view of Roles are displayed with URI encoding (Keta Patel via rzang)


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

Branch: refs/heads/trunk
Commit: eb7e8b2dda9f386351e67ed00f530676c533df74
Parents: 161dcef
Author: Richard Zang <rz...@apache.org>
Authored: Thu Mar 24 11:41:14 2016 -0700
Committer: Richard Zang <rz...@apache.org>
Committed: Thu Mar 24 11:41:14 2016 -0700

----------------------------------------------------------------------
 .../resources/ui/admin-web/app/views/clusters/userAccessList.html  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/eb7e8b2d/ambari-admin/src/main/resources/ui/admin-web/app/views/clusters/userAccessList.html
----------------------------------------------------------------------
diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/views/clusters/userAccessList.html b/ambari-admin/src/main/resources/ui/admin-web/app/views/clusters/userAccessList.html
index 656425b..c14b8c3 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/app/views/clusters/userAccessList.html
+++ b/ambari-admin/src/main/resources/ui/admin-web/app/views/clusters/userAccessList.html
@@ -63,7 +63,7 @@
     <tbody>
     <tr ng-repeat="user in users">
       <td>
-        <a href="#/{{user.url}}">{{user.encoded_name}}</a>
+        <a href="#/{{user.url}}">{{user.principal_name}}</a>
       </td>
       <td>
         <div ng-show="!user.editable">{{user.permission_label}}</div>