Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ pom.xml.versionsBackup
pom.xml.releaseBackup
release.properties
.DS_Store
.idea/
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Ullrich Hafner
*/
public class ForensicsJobAction extends AsyncConfigurableTrendJobAction<ForensicsBuildAction> {
static final String SMALL_ICON = "/plugin/forensics-api/icons/forensics-24x24.png";
static final String SMALL_ICON = "/plugin/forensics-api/icons/forensics.svg";
static final String FORENSICS_ID = "forensics";
private static final JacksonFacade JACKSON_FACADE = new JacksonFacade();

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:t="/lib/hudson">

<t:summary icon="/plugin/forensics-api/icons/diff-stat-48x48.png">
<t:summary icon="/plugin/forensics-api/icons/diff-stat.svg">
${%title}: ${it.scmKey}
<j:set var="s" value="${it.commitStatistics}"/>
<ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:t="/lib/hudson">

<t:summary icon="/plugin/forensics-api/icons/forensics-48x48.png">
<t:summary icon="/plugin/forensics-api/icons/forensics.svg">
${%title}: ${it.scmKey}
<j:set var="s" value="${it.result.latestStatistics}" />
<ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:t="/lib/hudson">

<t:summary icon="/plugin/forensics-api/icons/crosshair-48x48.png">
<t:summary icon="/plugin/forensics-api/icons/crosshair.svg">

<j:choose>
<j:when test="${it.hasReferenceBuild()}">
Expand Down
Binary file removed src/main/webapp/icons/crosshair-24x24.png
Binary file not shown.
Binary file removed src/main/webapp/icons/crosshair-48x48.png
Binary file not shown.
3 changes: 3 additions & 0 deletions src/main/webapp/icons/crosshair.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/main/webapp/icons/diff-stat-24x24.png
Binary file not shown.
Binary file removed src/main/webapp/icons/diff-stat-48x48.png
Binary file not shown.
9 changes: 9 additions & 0 deletions src/main/webapp/icons/diff-stat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/main/webapp/icons/forensics-24x24.png
Binary file not shown.
Binary file removed src/main/webapp/icons/forensics-48x48.png
Binary file not shown.
3 changes: 3 additions & 0 deletions src/main/webapp/icons/forensics.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.