Changeset d4fe76a
- Timestamp:
- May 20, 2011 1:47:09 PM (10 years ago)
- Branches:
- master
- Children:
- e2c98ac
- Parents:
- 22d50dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java
r22d50dd rd4fe76a 124 124 .append("\">") 125 125 .append(_("Logs")) 126 .append("</a>\n" +126 .append("</a>\n"); 127 127 128 128 // "<a href=\"/jobs.jsp\" target=\"_top\" title=\"") … … 132 132 // .append("</a>\n" + 133 133 134 "<a href=\"/graphs\" target=\"_top\" title=\"") 134 if (!StatSummarizer.instance().isDisabled()) { 135 buf.append("<a href=\"/graphs\" target=\"_top\" title=\"") 135 136 .append(_("Graph router performance")) 136 137 .append("\">") 137 138 .append(_("Graphs")) 138 .append("</a>\n" + 139 140 "<a href=\"/stats\" target=\"_top\" title=\"") 139 .append("</a>\n"); 140 } 141 142 buf.append("<a href=\"/stats\" target=\"_top\" title=\"") 141 143 .append(_("Textual router performance statistics")) 142 144 .append("\">")
Note: See TracChangeset
for help on using the changeset viewer.