mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 17:07:33 -02:30
Merge pull request #2851 from jlmitch5/putTeamNameTooltip
put team name in tooltip in rolelist
This commit is contained in:
@@ -9,6 +9,6 @@
|
|||||||
<div class="RoleList-tag"
|
<div class="RoleList-tag"
|
||||||
ng-class="{'RoleList-tag--deletable': entry.explicit}">
|
ng-class="{'RoleList-tag--deletable': entry.explicit}">
|
||||||
<span class="RoleList-name">{{ entry.name }}</span>
|
<span class="RoleList-name">{{ entry.name }}</span>
|
||||||
<i ng-show='entry.team_id' class="fa fa-users" ng-attr-title='{{entry.team_name}}'></i>
|
<i ng-show='entry.team_id' class="fa fa-users" aw-tool-tip='{{entry.team_name}}' aw-tip-placement='bottom'></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user