forked from I2P_Developers/i2p.i2p
reveal key cert settings in i2ptunnel
This commit is contained in:
@@ -449,7 +449,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
</div>
|
||||
<% } %>
|
||||
|
||||
<% if (editBean.isAdvanced()) { %>
|
||||
<% if (true /* editBean.isAdvanced() */ ) { %>
|
||||
<div id="tunnelOptionsField" class="rowItem">
|
||||
<label>
|
||||
<%=intl._("Signature type")%>
|
||||
|
||||
@@ -570,7 +570,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
</div>
|
||||
<% **********************/ %>
|
||||
|
||||
<% if (editBean.isAdvanced()) { %>
|
||||
<% if (true /* editBean.isAdvanced() */ ) { %>
|
||||
<div id="tunnelOptionsField" class="rowItem">
|
||||
<label>
|
||||
<%=intl._("Signature type")%>
|
||||
|
||||
Reference in New Issue
Block a user