forked from I2P_Developers/i2p.i2p
I2PTunnel: move Server Throttling config options to their own section.
This commit is contained in:
@@ -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" />
|
<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")%>
|
<%=intl._t("minutes")%>
|
||||||
</td>
|
</td>
|
||||||
</tr><tr>
|
</tr>
|
||||||
<th colspan="8">
|
</table>
|
||||||
<%=intl._t("Server Throttling")%>
|
<table class="tunnelConfig" id="throttleConfig">
|
||||||
|
<tr>
|
||||||
|
<th colspan="5" class="tableTop">
|
||||||
|
<%=intl._t("Server Throttling")%>
|
||||||
</th>
|
</th>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<th colspan="5">
|
<th colspan="5">
|
||||||
@@ -975,6 +978,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<% } // httpserver
|
<% } // httpserver
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<%
|
<%
|
||||||
if (!editBean.isRouterContext()) {
|
if (!editBean.isRouterContext()) {
|
||||||
%>
|
%>
|
||||||
|
Reference in New Issue
Block a user