Skip to content

Commit

Permalink
Plugin uses Hudson resources; lack of gray causes broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
twogee committed Sep 12, 2019
1 parent e95dcb9 commit 311c870
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ public LogParserDisplayConsts() {
colorTable.put(LogParserConsts.WARNING, "orange");
colorTable.put(LogParserConsts.INFO, "blue");
colorTable.put(LogParserConsts.START, "blue");
colorTable.put(LogParserConsts.DEBUG, "gray");
colorTable.put(LogParserConsts.DEBUG, "grey");

// Icon for each status in the summary
iconTable.put(LogParserConsts.ERROR, "red.gif");
iconTable.put(LogParserConsts.WARNING, "yellow.gif");
iconTable.put(LogParserConsts.INFO, "blue.gif");
iconTable.put(LogParserConsts.DEBUG, "gray.gif");
iconTable.put(LogParserConsts.DEBUG, "grey.gif");

// How to display in link summary html
linkListDisplay.put(LogParserConsts.ERROR, "Error");
Expand Down

0 comments on commit 311c870

Please sign in to comment.