Skip to content

Commit

Permalink
I2PTunnel: move Server Throttling config options to their own section.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jan 21, 2025
1 parent 099c9bc commit d8dee0b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions apps/i2ptunnel/jsp/editServer.jsi
Original file line number Diff line number Diff line change
Expand Up @@ -889,9 +889,12 @@
<input type="text" id="reduceTime" name="reduceTime" size="4" maxlength="4" title="<%=intl._t("Period of inactivity before tunnel number is reduced")%>" value="<%=editBean.getReduceTime(curTunnel)%>" class="freetext period" />
<%=intl._t("minutes")%>
</td>
</tr><tr>
<th colspan="8">
<%=intl._t("Server Throttling")%>
</tr>
</table>
<table class="tunnelConfig" id="throttleConfig">
<tr>
<th colspan="5" class="tableTop">
<%=intl._t("Server Throttling")%>
</th>
</tr><tr>
<th colspan="5">
Expand Down Expand Up @@ -975,6 +978,7 @@
</tr>
<% } // httpserver
%>

<%
if (!editBean.isRouterContext()) {
%>
Expand Down

0 comments on commit d8dee0b

Please sign in to comment.