mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
Don't process tooltip on awToolTip items
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
export default function() {
|
export default function() {
|
||||||
return function(scope, element, attrs) {
|
return function(scope, element, attrs) {
|
||||||
|
if (attrs.awToolTip) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
element.tooltip();
|
element.tooltip();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user