wip
This commit is contained in:
		
							
								
								
									
										19
									
								
								hub/templates/admin-config.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								hub/templates/admin-config.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| {{define "body" -}} | ||||
| <h2>Config</h2> | ||||
|  | ||||
| <p> | ||||
|   <a href="/admin/config/edit/">Edit</a> / | ||||
|   <a href="/admin/password/edit/">Change Password</a> | ||||
| </p> | ||||
|  | ||||
| <table class="def-list"> | ||||
|   <tr> | ||||
|     <td>Hub Address</td> | ||||
|     <td>{{.Config.HubAddress}}</td> | ||||
|   </tr> | ||||
|   <tr> | ||||
|     <td>VPN Network</td> | ||||
|     <td>{{ipToString .Config.VPNNetwork}}</td> | ||||
|   </tr> | ||||
| </table> | ||||
| {{- end}} | ||||
		Reference in New Issue
	
	Block a user