Skip to content

Commit

Permalink
Merge pull request #487 from SaarthakMaini/bugfix/JENKINS-71007
Browse files Browse the repository at this point in the history
[JENKINS-71007] Replace Deprecated Icons
  • Loading branch information
rsandell committed Jul 19, 2023
2 parents 39403ae + 26870c3 commit 53ba9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -54,7 +54,7 @@
</j:when>
<j:otherwise>
<td width="18">
<img src="${imagesURL}/16x16/grey_anime.gif"/>
<img src="${rootURL}/images/build-status/build-status-sprite.svg#never-built" class="icon-grey-anime icon-sm"/>
</td>
<td>
<a href="${rootURL}/${other.project.url}">${other.project.displayName}</a>
Expand Down
Expand Up @@ -67,7 +67,7 @@
</j:when>
<j:otherwise>
<td width="14">
<img src="${imagesURL}/16x16/grey_anime.gif"/>
<img src="${rootURL}/images/build-status/build-status-sprite.svg#never-built" class="icon-grey-anime icon-sm"/>
</td>
<td>
<a href="${rootURL}/${build.project.url}">${build.project.displayName}</a>
Expand Down

0 comments on commit 53ba9be

Please sign in to comment.