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