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}}
{{end}}
{{.Model}} {{len .Components}}
| Status | Vendor Serial | Vendor | Model |
|---|---|---|---|
| {{componentStatusText .Status}} | {{.Component.VendorSerial}} | {{if .Component.Vendor}}{{.Component.Vendor}}{{else}}—{{end}} | {{if .Component.Model}}{{.Component.Model}}{{else}}—{{end}} |
No uninstalled components found — all components are currently installed.
{{end}}