Skip to content

Commit

Permalink
Improve log record icon (jenkinsci#7217) (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: Basil Crow <me@basilcrow.com>
  • Loading branch information
anurag-harness and basil committed Oct 17, 2022
1 parent 869f9a9 commit 88eb102
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/jenkins/management/SystemLogLink.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class SystemLogLink extends ManagementLink {

@Override
public String getIconFileName() {
return "symbol-file-tray";
return "symbol-journal";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ THE SOFTWARE.
<l:header />
<l:side-panel>
<l:tasks>
<l:task href="." icon="symbol-file-tray" title="${%Log records}"/>
<l:task href="." icon="symbol-journal" title="${%Log records}"/>
<l:isAdmin>
<l:task href="configure" icon="symbol-settings" title="${%Configure}"/>
<l:task href="delete" icon="icon-edit-delete icon-md" title="${%Delete}"/>
Expand Down
1 change: 1 addition & 0 deletions war/src/main/resources/images/symbols/journal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88eb102

Please sign in to comment.