update: use pool ID for pool selection

This commit is contained in:
ngn
2024-08-26 00:59:15 +03:00
parent 5bf6876558
commit 9c61c49b96
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<select name="pools">
<option value="">Select pool</option>
{{range .pools}}
<option value="{{.Name}}">{{.Display}}</option>
<option value="{{.ID}}">{{.Display}}</option>
{{end}}
</select>
<div class="checkbox">