fix template formatting
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{{define "pool-resources"}}
|
{{define "pool-resources"}}
|
||||||
<section class="w3-card w3-padding">
|
<section class="w3-card w3-padding">
|
||||||
<h3>Pool: {{.PoolID}}</h3>
|
<h3>Pool: {{.PoolID}}</h3>
|
||||||
<p id="vmid">VMID Range: {{.AllowedVMIDRange.Min}} - {{.AllowedVMIDRange.Max}}</p>
|
<p id="vmid">VMID Range: {{.AllowedVMIDRange.Min}} - {{.AllowedVMIDRange.Max}}</p>
|
||||||
<p id="nodes">Nodes: {{MapKeys .AllowedNodes ", "}}</p>
|
<p id="nodes">Nodes: {{MapKeys .AllowedNodes ", "}}</p>
|
||||||
@@ -30,5 +30,5 @@
|
|||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{end}}
|
{{end}}
|
||||||
Reference in New Issue
Block a user