diff --git a/apps/i2ptunnel/jsp/editClient.jsp b/apps/i2ptunnel/jsp/editClient.jsp
index 2c10bb4a3..2fd4391ce 100644
--- a/apps/i2ptunnel/jsp/editClient.jsp
+++ b/apps/i2ptunnel/jsp/editClient.jsp
@@ -535,18 +535,20 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
<%=intl._t("Local destination")%>
+
|
-
+ " tabindex="0"><%=destb64%>
|
|
- <%=intl._t("Local Base 32")%>:
+ <%=intl._t("Local Base 32")%>:
<%=editBean.getDestHashBase32(curTunnel)%>
|
+
<% } // if destb64 %>
<% } %>
@@ -594,11 +596,10 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
-
-
<% if (editBean.isSigTypeAvailable(1)) { %>
@@ -606,7 +607,6 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
ECDSA-P256
-
<% }
if (editBean.isSigTypeAvailable(2)) { %>
@@ -624,12 +624,11 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
ECDSA-P521
-
<% }
if (editBean.isSigTypeAvailable(7)) { %>
- class="tickbox" />
+ "> class="tickbox" />
Ed25519-SHA-512
|
diff --git a/history.txt b/history.txt
index 3a35d14df..b11dbfc59 100644
--- a/history.txt
+++ b/history.txt
@@ -1,6 +1,7 @@
2017-06-19 str4d
* Console: cleanup & formatting tidyups for welcome page readmes, remove
unneeded classes
+ * i2ptunnel: consistent tooltips and Destinations for editClient and editServer
2017-06-15 zzz
* Data: Cache hostname lookups in RouterAddress (ticket #1998)