Account
Account Details
Username: {{.account.Username}}
Pools: {{MapKeys .account.Pools ", "}}
VMID Range: {{.account.VMID.Min}} - {{.account.VMID.Max}}
Nodes: {{MapKeys .account.Nodes ", "}}
Password
Cluster Resources
{{range $category, $v := .account.Resources}}
{{if ne $category ""}}
{{$category}}
{{end}}
{{range $v}}
{{if .Display}}
{{if eq .Type "numeric"}}
{{template "resource-chart" .}}
{{end}}
{{if eq .Type "storage"}}
{{template "resource-chart" .}}
{{end}}
{{if eq .Type "list"}}
{{range .Resources}}
{{template "resource-chart" .}}
{{end}}
{{end}}
{{end}}
{{end}}
{{end}}