Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt standard Jenkins icons #46

Merged
merged 1 commit into from
Jan 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ THE SOFTWARE.
</td>
<td>
<a href="${b.url}console">
<img src="${imagesURL}/${subIconSize}/terminal.gif" title="${%Console output}" alt="${%Console output}" border="0" />
<l:icon class="icon-sm" src="symbol-terminal" tooltip="${%Console output}" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2024-01-04 at 10 38 49
No idea where GH takes the tabs from, looks fine in the IDE 🤷
Screenshot 2024-01-04 at 10 38 55

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

your ide will be hiding it, if you reformat the file it would fix it but not worried for this project.

</a>
</td>
</tr>
Expand All @@ -72,19 +72,15 @@ THE SOFTWARE.
<div class="jenkins-buttons-row jenkins-buttons-row--invert" style="margin-top: 2rem;">
<a href="rssAll" class="yui-button link-button">
<span class="leading-icon">
<l:svgIcon class="icon-small" viewBox="0 0 16 16"
ariaHidden="true"
href="${imagesURL}/material-icons/feed.svg#feed"/>
<l:icon class="icon-sm" src="symbol-rss" />
</span>
${%Feed for all releases}
</a>
<a href="rssFailed" class="yui-button link-button">
<span class="leading-icon">
<l:svgIcon class="icon-small" viewBox="0 0 16 16"
ariaHidden="true"
href="${imagesURL}/material-icons/feed.svg#feed"/>
<l:icon class="icon-sm" src="symbol-rss" />
</span>
${%Feed for failed releases}
</a>
</div>
</j:jelly>
</j:jelly>
Loading