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