{{template "head" .}}
{{template "header" .}}

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 .account.Resources}} {{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}}