vppn/hub/templates/admin-peer-intent.html
2024-12-08 09:45:29 +01:00

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}}