diff --git a/pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachinePciDevices/CompatibilityMatrix.vue b/pkg/harvester/edit/kubevirt.io.virtualmachine/CompatibilityMatrix.vue
similarity index 92%
rename from pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachinePciDevices/CompatibilityMatrix.vue
rename to pkg/harvester/edit/kubevirt.io.virtualmachine/CompatibilityMatrix.vue
index dc3eb209..fa98f8cb 100644
--- a/pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachinePciDevices/CompatibilityMatrix.vue
+++ b/pkg/harvester/edit/kubevirt.io.virtualmachine/CompatibilityMatrix.vue
@@ -3,11 +3,11 @@ import { mapGetters } from 'vuex';
export default {
props: {
/**
- * deviceId/vendorId is unique per type of device - there may be multiple pciDevice CRD objects for a given device
+ * deviceId/vendorId is unique per type of device - there may be multiple CRD objects for a given device
* {
* [deviceId/vendorId]: {
* nodes: array of devicecrd.status.nodeName's for given device,
- * deviceCRDs: array of all instances (pciDevice CRD) of given device
+ * deviceCRDs: array of all instances of given device
* }
* }
*/
@@ -78,9 +78,9 @@ export default {
diff --git a/pkg/harvester/l10n/en-us.yaml b/pkg/harvester/l10n/en-us.yaml
index 4a1a8156..d7581b69 100644
--- a/pkg/harvester/l10n/en-us.yaml
+++ b/pkg/harvester/l10n/en-us.yaml
@@ -303,8 +303,11 @@ harvester:
suffix: to enable it to manage your PCI devices.
noPCIPermission: Please contact your system administrator to enable the PCI devices first.
enablePassthroughWarning: Please be careful not to use host-owned PCI devices (e.g., management and VLAN NICs). Incorrect device allocation may cause damage to your cluster, including node failure.
+
+ devices:
matrixHostName: Host Name
matrixDeviceClaimName: Device Claim Name
+
generic:
close: Close
open: Open
@@ -1371,6 +1374,16 @@ harvester:
prefix: The usb addon is not enabled, click
middle: here
suffix: to enable it to manage your USB devices.
+ available: Available USB Devices
+ compatibleNodes: Compatible Nodes
+ impossibleSelection: 'There are no hosts with all of the selected devices.'
+ howToUseDevice: 'Use the table below to enable USB passthrough on each device you want to use in this VM.'
+ deviceInTheSameHost: 'You can only select devices on the same host.'
+ showCompatibility: Show device compatibility matrix
+ hideCompatibility: Hide device compatibility matrix
+ claimError: Error enabling passthrough on {name}
+ unclaimError: Error disabling passthrough on {name}
+ cantUnclaim: You cannot disable passthrough on a device claimed by another user.
harvesterVlanConfigMigrateDialog:
targetClusterNetwork: