{{define "components_models"}} {{template "head" .}} {{template "topbar" .}} {{template "breadcrumbs" .}}
{{if .VendorChartJSON}}

Vendor Distribution

{{end}}

Unique Component Models

{{/* Column filters */}}
{{if or .FilterVendor .FilterModel}} Clear {{end}}
{{if .Rows}} {{range .Rows}} {{end}}
{{sortHeader "vendor" "Vendor" .SortBy .SortDir .FilterVendor .FilterModel}} {{sortHeader "model" "Model" .SortBy .SortDir .FilterVendor .FilterModel}} {{sortHeader "total" "Total" .SortBy .SortDir .FilterVendor .FilterModel}} {{sortHeader "failed" "Failed" .SortBy .SortDir .FilterVendor .FilterModel}} {{sortHeader "firmware" "FW Versions (installed)" .SortBy .SortDir .FilterVendor .FilterModel}}
{{.Vendor}} {{.Model}} {{.Total}} {{if gt .Failed 0}}{{.Failed}}{{else}}{{.Failed}}{{end}} {{if gt .FirmwareVersionCount 0}}{{.FirmwareVersionCount}}{{else}}{{end}}
{{template "pagination" .Pager}}
Click a row to open components of this model with status filters.
{{else}}
No component models match the current filter.
{{end}}
{{end}}