{{define "components_uninstalled"}} {{template "head" .}} {{template "topbar" .}} {{template "breadcrumbs" .}}

Uninstalled Components

Components not currently installed in any server. Grouped by vendor, then by model.
{{if .VendorGroups}} {{range .VendorGroups}}
{{.Vendor}}
{{.Total}} components {{len .ModelGroups}} models
{{range .ModelGroups}}
{{.Model}} {{len .Components}}
{{range .Components}} {{end}}
Status Vendor Serial Vendor Model
{{componentStatusText .Status}} {{.Component.VendorSerial}} {{if .Component.Vendor}}{{.Component.Vendor}}{{else}}—{{end}} {{if .Component.Model}}{{.Component.Model}}{{else}}—{{end}}
{{end}}
{{end}} {{else}}
No uninstalled components found — all components are currently installed.
{{end}}
{{end}}