From bbf968459cfb1d56b55b4c929262d93e15f94b7f Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Thu, 23 Dec 2021 02:38:13 +0100 Subject: [PATCH] chore: Prepare for icon removal from core --- src/main/java/hudson/plugins/plot/MatrixPlotAction.java | 2 +- src/main/java/hudson/plugins/plot/PlotAction.java | 2 +- .../hudson/plugins/plot/MatrixPlotAction/index.jelly | 4 ++-- src/main/resources/hudson/plugins/plot/PlotAction/index.jelly | 4 ++-- src/main/resources/hudson/plugins/plot/PlotReport/index.jelly | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/java/hudson/plugins/plot/MatrixPlotAction.java b/src/main/java/hudson/plugins/plot/MatrixPlotAction.java index f113c457..33158eda 100644 --- a/src/main/java/hudson/plugins/plot/MatrixPlotAction.java +++ b/src/main/java/hudson/plugins/plot/MatrixPlotAction.java @@ -66,7 +66,7 @@ public String getDisplayName() { } public String getIconFileName() { - return "graph.gif"; + return "graph.png"; } public String getUrlName() { diff --git a/src/main/java/hudson/plugins/plot/PlotAction.java b/src/main/java/hudson/plugins/plot/PlotAction.java index 1e9de1da..e50c3ddb 100644 --- a/src/main/java/hudson/plugins/plot/PlotAction.java +++ b/src/main/java/hudson/plugins/plot/PlotAction.java @@ -39,7 +39,7 @@ public PlotAction(Job job, List plots) { @Override public String getIconFileName() { - return "graph.gif"; + return "graph.png"; } @Override diff --git a/src/main/resources/hudson/plugins/plot/MatrixPlotAction/index.jelly b/src/main/resources/hudson/plugins/plot/MatrixPlotAction/index.jelly index 1e5c532a..a5c933c8 100644 --- a/src/main/resources/hudson/plugins/plot/MatrixPlotAction/index.jelly +++ b/src/main/resources/hudson/plugins/plot/MatrixPlotAction/index.jelly @@ -5,7 +5,7 @@ */ --> - + @@ -18,7 +18,7 @@

- + ${group} diff --git a/src/main/resources/hudson/plugins/plot/PlotAction/index.jelly b/src/main/resources/hudson/plugins/plot/PlotAction/index.jelly index fd106172..b339690c 100644 --- a/src/main/resources/hudson/plugins/plot/PlotAction/index.jelly +++ b/src/main/resources/hudson/plugins/plot/PlotAction/index.jelly @@ -5,7 +5,7 @@ */ --> - + @@ -18,7 +18,7 @@

- + ${group} diff --git a/src/main/resources/hudson/plugins/plot/PlotReport/index.jelly b/src/main/resources/hudson/plugins/plot/PlotReport/index.jelly index c7242981..a6a3db4b 100644 --- a/src/main/resources/hudson/plugins/plot/PlotReport/index.jelly +++ b/src/main/resources/hudson/plugins/plot/PlotReport/index.jelly @@ -28,7 +28,7 @@
@@ -68,7 +68,7 @@ -

${it.group}

+

${it.group}