diff --git a/apps/i2ptunnel/jsp/editClient.jsp b/apps/i2ptunnel/jsp/editClient.jsp index 3ac7d5454..b09b2ed54 100644 --- a/apps/i2ptunnel/jsp/editClient.jsp +++ b/apps/i2ptunnel/jsp/editClient.jsp @@ -268,7 +268,12 @@ input.default { width: 1px; height: 1px; visibility: hidden; } - <% if (tunnelDepth > 3) { + <% if (editBean.isAdvanced()) { + %> + + + + <% } else if (tunnelDepth > 3) { %> <% } %> diff --git a/apps/i2ptunnel/jsp/editServer.jsp b/apps/i2ptunnel/jsp/editServer.jsp index ac3eb48e3..22810a2ee 100644 --- a/apps/i2ptunnel/jsp/editServer.jsp +++ b/apps/i2ptunnel/jsp/editServer.jsp @@ -272,7 +272,12 @@ input.default { width: 1px; height: 1px; visibility: hidden; } - <% if (tunnelDepth > 3) { + <% if (editBean.isAdvanced()) { + %> + + + + <% } else if (tunnelDepth > 3) { %> <% } %>