${_("Total Count")} | ${count} |
---|---|
${_("% hosts detected ")} ${type} | ${'%.1f' % (float(count) / total_hosts * 100)} % |
${pci_vendors.vendor(vendor.vendor_id, alt='Unknown ID: %s' %vendor.vendor_id)} | ${vendor[0]} | ${'%.1f' % (float(vendor.cnt) / total_hosts * 100) } % |
---|
${_("Device")} | ${_("Bus")} | ${_("Driver")} | ${_("Vendor")} | ${_("Sub Vendor")} | ${_("Sub Device")} | ${_("Date Added")} | ${_("% tot hosts")} | |||
---|---|---|---|---|---|---|---|---|---|---|
${pci_vendors.device(type.vendor_id, type.device_id, alt=type.description)} | ${type.bus} | ${type.driver} | ${pci_vendors.vendor(type.vendor_id)} | ${pci_vendors.vendor(type.subsys_vendor_id)} | ${pci_vendors.subdevice(type.vendor_id, type.device_id, type.subsys_vendor_id, type.subsys_device_id)} | ${type.date_added} | ${'%.1f' % (float(type.count) / total_hosts * 100) } % |