forked from I2P_Developers/i2p.i2p
remove xml stats link
This commit is contained in:
@@ -219,10 +219,11 @@ public class StatsGenerator {
|
|||||||
buf.append("\">").append(_("Graph Data")).append("</a> - ");
|
buf.append("\">").append(_("Graph Data")).append("</a> - ");
|
||||||
buf.append(" <a href=\"graph?stat=").append(name)
|
buf.append(" <a href=\"graph?stat=").append(name)
|
||||||
.append('.').append(periods[i]);
|
.append('.').append(periods[i]);
|
||||||
buf.append("&showEvents=true\">").append(_("Graph Event Count")).append("</a> - ");
|
buf.append("&showEvents=true\">").append(_("Graph Event Count")).append("</a>");
|
||||||
buf.append("<a href=\"viewstat.jsp?stat=").append(name);
|
// This can really blow up your browser if you click on it
|
||||||
buf.append("&period=").append(periods[i]);
|
//buf.append(" - <a href=\"viewstat.jsp?stat=").append(name);
|
||||||
buf.append("&format=xml\">").append(_("Export Data as XML")).append("</a>");
|
//buf.append("&period=").append(periods[i]);
|
||||||
|
//buf.append("&format=xml\">").append(_("Export Data as XML")).append("</a>");
|
||||||
}
|
}
|
||||||
buf.append("</li>\n");
|
buf.append("</li>\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user