mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Removed hover tooltip
This commit is contained in:
@@ -36,8 +36,7 @@ export default
|
||||
ngClass: "inventory.launch_class"
|
||||
},{
|
||||
icon: "{{ 'icon-job-' + inventory.hostsStatus }}",
|
||||
awToolTip: "{{ inventory.hostsTip }}",
|
||||
awTipPlacement: "right",
|
||||
awToolTip: false,
|
||||
ngClick: "showHostSummary($event, inventory.id)",
|
||||
ngClass: ""
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user