From 52c8c4090b9ac030cfb1a5239d01cf9af815ba0d Mon Sep 17 00:00:00 2001 From: Ken Hoes Date: Tue, 21 Jun 2016 11:54:28 -0400 Subject: [PATCH] Removed hover tooltip --- awx/ui/client/src/lists/Inventories.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awx/ui/client/src/lists/Inventories.js b/awx/ui/client/src/lists/Inventories.js index 6bb9d6f3fa..c371b83d21 100644 --- a/awx/ui/client/src/lists/Inventories.js +++ b/awx/ui/client/src/lists/Inventories.js @@ -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: "" }]