-
Bug
-
Resolution: Fixed
-
Minor
-
-
2.4.0
I was updating Jenkins earlier, but now the favorite icon is gone.
It is gone from my tables too. I updated from 2.332 to 2.333. Favorite plugin version 2.3.3
- duplicates
-
JENKINS-67737 SVG icon cleanup broke favorite-plugin
-
- Closed
-
- links to
[JENKINS-67176] Missing icon in table and job
Description | Original: Instead of using ../../../ paths to the .png icons, it would be cool to see "icon-type icon-size", so Jenkins can replace the png icon if an svg is available. | New: Instead of using ../../../ paths to the .png icons like in here: https://github.com/jenkinsci/favorite-plugin/blob/master/src/main/resources/hudson/plugins/favorite/assets.css#L10, it would be cool to see "icon-type icon-size", so Jenkins can replace the png icon if an svg is available. |
Description | Original: Instead of using ../../../ paths to the .png icons like in here: https://github.com/jenkinsci/favorite-plugin/blob/master/src/main/resources/hudson/plugins/favorite/assets.css#L10, it would be cool to see "icon-type icon-size", so Jenkins can replace the png icon if an svg is available. |
New:
I was updating Jenkins earlier, but now the favorite icon is gone.
!https://i.imgur.com/CrMCyMp.png! It is gone from my tables too. I updated from 2.332 to 2.333. Favorite plugin version 2.3.3 |
Summary | Original: Use SVG icons from Jenkins core | New: Missing icon in table |
Issue Type | Original: Improvement [ 4 ] | New: Bug [ 1 ] |
Summary | Original: Missing icon in table | New: Missing icon in table and job |
Link |
New:
This issue duplicates |
Assignee | New: Alexander Brandes [ notmyfault ] |
Released As | New: 4.1.6.1 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
I prepared a PR that resolves the issue: https://github.com/jenkinsci/favorite-plugin/pull/72