You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a small nice change. I think if there are many errors on the history page tooltip would be very useful.
Basically just need add title attribute to display job description. <span class="color_label red" title="${job.description}">
Default tooltip is slow and ugly though. I'm not sure if your current css includes any tooltip style. If not the jquery UI can be used (it's overwrites default title attribute, so it's kind of easy to attach).
Just a small nice change. I think if there are many errors on the history page tooltip would be very useful.
Basically just need add title attribute to display job description.
<span class="color_label red" title="${job.description}">
Default tooltip is slow and ugly though. I'm not sure if your current css includes any tooltip style. If not the jquery UI can be used (it's overwrites default title attribute, so it's kind of easy to attach).
code to add in the html body:
The text was updated successfully, but these errors were encountered: