14 lines
213 B
HTML
14 lines
213 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/peer/list/">Done</a>
|
|
</p>
|
|
{{- end}}
|