-
Improvement
-
Resolution: Fixed
-
Major
At the moment, all icons are rendered using raw <img> tags. Rendering via a <l:icon> tag will provide more control.
At the moment, all icons are rendered using raw <img> tags. Rendering via a <l:icon> tag will provide more control.
https://github.com/tfennelly/jenkins/compare/JENKINS-23842
This branch also contains a "shim" plugin that can be used by plugins that want to get the benefits of the <l:icon> tag, while remaining backward compatible with older versions of Jenkins.
Here's the credentials plugin modified to use the icon shim plugin: https://github.com/jenkinsci/credentials-plugin/compare/icon-tag-shim-test