mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-13 01:20:22 +03:00
[webconsole] move b33 to spoiler, fix typo
This commit is contained in:
parent
743fa745b7
commit
f5b682619f
@ -357,7 +357,9 @@ namespace http {
|
|||||||
if (dest->IsEncryptedLeaseSet ())
|
if (dest->IsEncryptedLeaseSet ())
|
||||||
{
|
{
|
||||||
i2p::data::BlindedPublicKey blinded (dest->GetIdentity ());
|
i2p::data::BlindedPublicKey blinded (dest->GetIdentity ());
|
||||||
s << "<b>B33:</b> " << blinded.ToB33 () << ".32.bi2p <br>\r\n";
|
s << "<div class='slide'><label for='slide-b33'><b>Encrypted B33 address:</b></label>\r\n<input type='checkbox' id='slide-b33'/>\r\n<p class='content'>\r\n";
|
||||||
|
s << blinded.ToB33 () << ".b32.i2p<br>\r\n";
|
||||||
|
s << "</p>\r\n</div>\r\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if(dest->GetNumRemoteLeaseSets())
|
if(dest->GetNumRemoteLeaseSets())
|
||||||
|
Loading…
Reference in New Issue
Block a user