mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	[webconsole] move b33 to spoiler, fix typo
This commit is contained in:
		
							parent
							
								
									743fa745b7
								
							
						
					
					
						commit
						f5b682619f
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -357,7 +357,9 @@ namespace http {
 | 
			
		|||
		if (dest->IsEncryptedLeaseSet ())
 | 
			
		||||
		{
 | 
			
		||||
			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())
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue