Merge pull request #2540 from jaredevantabor/notification_templates

removing hover popover on recent notifications icon
This commit is contained in:
Jared Tabor 2016-06-21 09:53:33 -07:00 committed by GitHub
commit 4554e140e3

View File

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