From 730b9790d997ba2c4dc8bfc08835ec9147d3e9c2 Mon Sep 17 00:00:00 2001 From: zzz <zzz@i2pmail.org> Date: Sat, 4 Dec 2021 16:54:12 -0500 Subject: [PATCH] Console: Remove job queue link on /configservice --- apps/routerconsole/jsp/configservice.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/routerconsole/jsp/configservice.jsp b/apps/routerconsole/jsp/configservice.jsp index c17dedfd77..fd7c895778 100644 --- a/apps/routerconsole/jsp/configservice.jsp +++ b/apps/routerconsole/jsp/configservice.jsp @@ -78,7 +78,7 @@ } } %> - <h3 class="ptitle" id="servicedebug"><%=intl._t("Debugging")%> <a href="/jobs">[<%=intl._t("View the job queue")%>]</a></h3> + <h3 class="ptitle" id="servicedebug"><%=intl._t("Debugging")%></h3> <p class="infohelp"> <% if (net.i2p.util.SystemVersion.hasWrapper()) { %> <%=intl._t("At times, it may be helpful to debug I2P by getting a thread dump. To do so, please select the following option and review the thread dumped to <a href=\"logs.jsp#servicelogs\">wrapper.log</a>.")%> -- GitLab