mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Merge pull request #2520 from mabashian/job-status-tooltip
Removed the focus trigger on our tooltips
This commit is contained in:
@@ -508,7 +508,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'JobsHelper'])
|
||||
html: true,
|
||||
title: attrs.awToolTip,
|
||||
container: 'body',
|
||||
trigger: 'hover focus',
|
||||
trigger: 'hover',
|
||||
template: template
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user