forked from I2P_Developers/i2p.i2p
* Console:
- Disable zh translation in graphs on windows due to font issues
- Fix NPE at startup
- Graph tweaks
This commit is contained in:
@@ -131,7 +131,7 @@ public class SummaryBarRenderer {
|
||||
// .append(_("Jobs"))
|
||||
// .append("</a>\n" +
|
||||
|
||||
if (!StatSummarizer.instance().isDisabled()) {
|
||||
if (!StatSummarizer.isDisabled()) {
|
||||
buf.append("<a href=\"/graphs\" target=\"_top\" title=\"")
|
||||
.append(_("Graph router performance"))
|
||||
.append("\">")
|
||||
|
||||
Reference in New Issue
Block a user