Allowing the SR-IOV-Network Devices and PCI Devices list pages to render

It looks like addon names were added/changed so I updated those. I also fixed the DeviceList component by adding inherritAttrs: false because rows was getting set incorrectly.
This commit is contained in:
Cody Jackson 2024-09-17 16:05:06 -07:00 committed by Francesco Torchia
parent b0251d5cbb
commit cb76589e95
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
2 changed files with 4 additions and 1 deletions

View File

@ -56,8 +56,9 @@ export const FLOW_TYPE = {
export const ADD_ONS = {
HARVESTER_SEEDER: 'harvester-seeder',
PCI_DEVICE_CONTROLLER: 'pci-device-controller',
PCI_DEVICE_CONTROLLER: 'pcidevices-controller',
RANCHER_LOGGING: 'rancher-logging',
RANCHER_MONITORING: 'rancher-monitoring',
VM_IMPORT_CONTROLLER: 'vm-import-controller',
NVIDIA_DRIVER_TOOLKIT_CONTROLLER: 'nvidia-driver-toolkit'
};

View File

@ -12,6 +12,8 @@ export default {
components: { ResourceTable, FilterBySriov },
inheritAttrs: false,
props: {
schema: {
type: Object,