forked from I2P_Developers/i2p.i2p
* stats.jsp: Link to graph page, not single image
This commit is contained in:
@ -215,11 +215,12 @@ public class StatsGenerator {
|
||||
buf.append(")");
|
||||
}
|
||||
if (curRate.getSummaryListener() != null) {
|
||||
buf.append(" <a href=\"viewstat.jsp?stat=").append(name);
|
||||
buf.append("&period=").append(periods[i]);
|
||||
buf.append(" <a href=\"graph?stat=").append(name)
|
||||
.append('.').append(periods[i]);
|
||||
buf.append("\">").append(_("Graph Data")).append("</a> - ");
|
||||
buf.append(" <a href=\"viewstat.jsp?stat=").append(name);
|
||||
buf.append("&period=").append(periods[i]).append("&showEvents=true\">").append(_("Graph Event Count")).append("</a> - ");
|
||||
buf.append(" <a href=\"graph?stat=").append(name)
|
||||
.append('.').append(periods[i]);
|
||||
buf.append("&showEvents=true\">").append(_("Graph Event Count")).append("</a> - ");
|
||||
buf.append("<a href=\"viewstat.jsp?stat=").append(name);
|
||||
buf.append("&period=").append(periods[i]);
|
||||
buf.append("&format=xml\">").append(_("Export Data as XML")).append("</a>");
|
||||
|
Reference in New Issue
Block a user