From 0056699691d5caaa78c829e0600ea6b8c433b890 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Mon, 6 Feb 2017 11:40:52 -0500 Subject: [PATCH] no tooltip for user roles, only team roles --- .../src/access/rbac-role-column/roleList.partial.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/src/access/rbac-role-column/roleList.partial.html b/awx/ui/client/src/access/rbac-role-column/roleList.partial.html index 799edbb408..a4b93d930f 100644 --- a/awx/ui/client/src/access/rbac-role-column/roleList.partial.html +++ b/awx/ui/client/src/access/rbac-role-column/roleList.partial.html @@ -9,8 +9,16 @@
+ aw-tool-tip='
Organization: {{ entry.team_organization_name | sanitize }}
Team: {{entry.team_name | sanitize}}
' aw-tip-placement='bottom' + ng-if="entry.team_id"> {{ entry.name }}
+ +
+ {{ entry.name }} +