| 
									
										
										
										
											2017-11-14 19:34:00 +02:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="en" style="height: 100%"> | 
					
						
							|  |  |  |     <head> | 
					
						
							|  |  |  |         <meta charset="UTF-8"> | 
					
						
							|  |  |  |         <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 
					
						
							|  |  |  |         <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <title>Go Ethereum Dashboard</title> | 
					
						
							| 
									
										
										
										
											2017-12-21 17:54:38 +02:00
										 |  |  |         <link rel="shortcut icon" type="image/ico" href="https://ethereum.org/favicon.ico" /> | 
					
						
							|  |  |  |         <style> | 
					
						
							|  |  |  |             ::-webkit-scrollbar { | 
					
						
							|  |  |  |                 width: 16px; | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |             ::-webkit-scrollbar-thumb { | 
					
						
							|  |  |  |                 background: #212121; | 
					
						
							|  |  |  |             } | 
					
						
							| 
									
										
										
											
												cmd, dashboard, log: log collection and exploration (#17097)
* cmd, dashboard, internal, log, node: logging feature
* cmd, dashboard, internal, log: requested changes
* dashboard, vendor: gofmt, govendor, use vendored file watcher
* dashboard, log: gofmt -s -w, goimports
* dashboard, log: gosimple
											
										 
											2018-07-11 10:59:04 +03:00
										 |  |  |             ::-webkit-scrollbar-corner { | 
					
						
							|  |  |  |                 background: transparent; | 
					
						
							|  |  |  |             } | 
					
						
							| 
									
										
										
										
											2017-12-21 17:54:38 +02:00
										 |  |  |         </style> | 
					
						
							| 
									
										
										
										
											2017-11-14 19:34:00 +02:00
										 |  |  |     </head> | 
					
						
							|  |  |  |     <body style="height: 100%; margin: 0"> | 
					
						
							|  |  |  |         <div id="dashboard" style="height: 100%"></div> | 
					
						
							|  |  |  |         <script src="bundle.js"></script> | 
					
						
							|  |  |  |     </body> | 
					
						
							|  |  |  | </html> |