mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-03 21:31:56 -05:00
Use tooltip plugin for title attributes
This commit is contained in:
6
awx/ui/static/js/shared/title.directive.js
Normal file
6
awx/ui/static/js/shared/title.directive.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default function() {
|
||||
return function(scope, element, attrs) {
|
||||
element.tooltip();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user