diff --git a/src/main/java/hudson/plugins/plot/MatrixPlotAction.java b/src/main/java/hudson/plugins/plot/MatrixPlotAction.java
index 33158ed..399f9dc 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.png";
+ return "symbol-analytics";
}
public String getUrlName() {
diff --git a/src/main/java/hudson/plugins/plot/PlotAction.java b/src/main/java/hudson/plugins/plot/PlotAction.java
index e50c3dd..5d57d80 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.png";
+ return "symbol-analytics";
}
@Override
diff --git a/src/main/resources/hudson/plugins/plot/MatrixPlotAction/index.jelly b/src/main/resources/hudson/plugins/plot/MatrixPlotAction/index.jelly
index a5c933c..9a9a9b4 100644
--- a/src/main/resources/hudson/plugins/plot/MatrixPlotAction/index.jelly
+++ b/src/main/resources/hudson/plugins/plot/MatrixPlotAction/index.jelly
@@ -9,7 +9,7 @@
- ${%Plot Groups}
+ ${%Plot Groups}
@@ -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 b339690..ee4aa4e 100644
--- a/src/main/resources/hudson/plugins/plot/PlotAction/index.jelly
+++ b/src/main/resources/hudson/plugins/plot/PlotAction/index.jelly
@@ -9,7 +9,7 @@
- ${%Plot Groups}
+ ${%Plot Groups}
@@ -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 45a8752..dc0f6c8 100644
--- a/src/main/resources/hudson/plugins/plot/PlotReport/index.jelly
+++ b/src/main/resources/hudson/plugins/plot/PlotReport/index.jelly
@@ -68,7 +68,7 @@
- ${it.group}
+ ${it.group}
${%Jump to}