fix template formatting

This commit is contained in:
2026-06-26 18:30:08 +00:00
parent 3f2964db55
commit 428d5d15a5
+2 -2
View File
@@ -1,5 +1,5 @@
{{define "pool-resources"}}
<section class="w3-card w3-padding">
<section class="w3-card w3-padding">
<h3>Pool: {{.PoolID}}</h3>
<p id="vmid">VMID Range: {{.AllowedVMIDRange.Min}} - {{.AllowedVMIDRange.Max}}</p>
<p id="nodes">Nodes: {{MapKeys .AllowedNodes ", "}}</p>
@@ -30,5 +30,5 @@
</div>
{{end}}
</div>
</section>
</section>
{{end}}