1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Removed hover tooltip

This commit is contained in:
Ken Hoes 2016-06-21 11:54:28 -04:00
parent e72f371a1e
commit 52c8c4090b

View File

@ -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: ""
}]