14 lines
		
	
	
		
			210 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			210 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{define "body" -}}
 | |
| <h2>Create Peer</h2>
 | |
| 
 | |
| <p>
 | |
|   Configure the peer with the following URL:
 | |
| </p>
 | |
| <pre>
 | |
|   {{.HubAddress}}/peer/create/?Code={{.Code}}
 | |
| </pre>
 | |
| <p>
 | |
|   <a href="/admin/config/">Done</a>
 | |
| </p>
 | |
| {{- end}}
 |