You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: add banner in PCI Devices page (#785) (#788)
* refactor: add banner in PCI Devices page
* refactor: based on copilot review
---------
(cherry picked from commit c5b4f6c)
Signed-off-by: Andy Lee <andy.lee@suse.com>
Co-authored-by: Andy Lee <andy.lee@suse.com>
Copy file name to clipboardExpand all lines: pkg/harvester/l10n/en-us.yaml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -376,10 +376,14 @@ harvester:
376
376
available: Available Devices
377
377
compatibleNodes: Compatible Nodes
378
378
impossibleSelection: 'There are no hosts with all of the selected devices.'
379
-
howToUseDevice:
380
-
prefix: 'Use the table below to enable PCI passthrough on each device you want to use in this virtual machine.<br>For vGPU devices, please enable them on the'
381
-
middle: vGPU Devices
379
+
howToUseDeviceInVMCreation:
380
+
prefix: 'Use the table below to enable PCI passthrough on each device you want to use in this virtual machine.<br>For vGPU devices, please enable them on the'
381
+
middle: vGPU Devices
382
382
suffix: page first.
383
+
howToUseDevice:
384
+
prefix: 'Select the device in the table to enable PCI passthrough. <br>For vGPU devices, please enable them on the'
385
+
middle: vGPU Devices
386
+
suffix: page.
383
387
deviceInTheSameHost: 'You can only select devices on the same host.'
0 commit comments