remove jobs link from summary bar

This commit is contained in:
zzz
2010-02-26 16:47:41 +00:00
parent 7720f71e44
commit 25285fc059

View File

@ -114,11 +114,11 @@ public class SummaryBarRenderer {
.append(_("Logs")) .append(_("Logs"))
.append("</a>\n" + .append("</a>\n" +
"<a href=\"/jobs.jsp\" target=\"_top\" title=\"") // "<a href=\"/jobs.jsp\" target=\"_top\" title=\"")
.append(_("Show the router's workload, and how it's performing")) // .append(_("Show the router's workload, and how it's performing"))
.append("\">") // .append("\">")
.append(_("Jobs")) // .append(_("Jobs"))
.append("</a>\n" + // .append("</a>\n" +
"<a href=\"/graphs.jsp\" target=\"_top\" title=\"") "<a href=\"/graphs.jsp\" target=\"_top\" title=\"")
.append(_("Graph router performance")) .append(_("Graph router performance"))