remove jobs link from summary bar
This commit is contained in:
@ -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"))
|
||||||
|
Reference in New Issue
Block a user