From ecb1e7b15e577aef04776c132a006f0d0661fa29 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Tue, 21 Jun 2016 09:21:30 -0700 Subject: [PATCH] removing hover popover on recent notifications icon --- awx/ui/client/src/notifications/notificationTemplates.list.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/awx/ui/client/src/notifications/notificationTemplates.list.js b/awx/ui/client/src/notifications/notificationTemplates.list.js index 5046f4a192..a19795946c 100644 --- a/awx/ui/client/src/notifications/notificationTemplates.list.js +++ b/awx/ui/client/src/notifications/notificationTemplates.list.js @@ -25,8 +25,6 @@ export default function(){ excludeModal: true, icons: [{ icon: "{{ 'icon-job-' + notification_template.status }}", - awToolTip: "Click for recent notifications", - awTipPlacement: "right", ngClick: "showSummary($event, notification_template.id)", ngClass: "" }]