Skip to content

Commit

Permalink
Fix PCI addon link in USB page warning banner
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
  • Loading branch information
torchiaf committed Sep 17, 2024
1 parent b9f85a0 commit 2368e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/harvester/list/devices.harvesterhci.io.usbdevice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
hasAddonSchema: false,
hasPCIAddon: false,
schema: null,
toUSBAddon: `${ HCI.ADD_ONS }/harvester-system/${ ADD_ONS.USB_DEVICE_CONTROLLER }?mode=edit`,
toPciAddon: `${ HCI.ADD_ONS }/harvester-system/${ ADD_ONS.PCI_DEVICE_CONTROLLER }?mode=edit`,
headers: [
{ ...STATE },
SIMPLE_NAME,
Expand Down Expand Up @@ -77,7 +77,7 @@ export default {
<div v-else-if="!hasPCIAddon">
<Banner color="warning">
<MessageLink
:to="toUSBAddon"
:to="toPciAddon"
prefix-label="harvester.usb.goSetting.prefix"
middle-label="harvester.usb.goSetting.middle"
suffix-label="harvester.usb.goSetting.suffix"
Expand Down

0 comments on commit 2368e33

Please sign in to comment.