19 lines
381 B
HTML
19 lines
381 B
HTML
{{define "body" -}}
|
|
<h2>Create Network</h2>
|
|
|
|
<form method="POST">
|
|
<p>
|
|
<label>Local Domain (ending with .local)</label><br>
|
|
<input type="text" name="LocalDomain">
|
|
</p>
|
|
<p>
|
|
<label>Network /24</label><br>
|
|
<input type="text" name="Network">
|
|
</p>
|
|
<p>
|
|
<button type="submit">Save</button>
|
|
<a href="/admin/network/list/">Cancel</a>
|
|
</p>
|
|
</form>
|
|
{{- end}}
|