mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
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:
parent
b0251d5cbb
commit
cb76589e95
@ -56,8 +56,9 @@ export const FLOW_TYPE = {
|
|||||||
|
|
||||||
export const ADD_ONS = {
|
export const ADD_ONS = {
|
||||||
HARVESTER_SEEDER: 'harvester-seeder',
|
HARVESTER_SEEDER: 'harvester-seeder',
|
||||||
PCI_DEVICE_CONTROLLER: 'pci-device-controller',
|
PCI_DEVICE_CONTROLLER: 'pcidevices-controller',
|
||||||
RANCHER_LOGGING: 'rancher-logging',
|
RANCHER_LOGGING: 'rancher-logging',
|
||||||
RANCHER_MONITORING: 'rancher-monitoring',
|
RANCHER_MONITORING: 'rancher-monitoring',
|
||||||
VM_IMPORT_CONTROLLER: 'vm-import-controller',
|
VM_IMPORT_CONTROLLER: 'vm-import-controller',
|
||||||
|
NVIDIA_DRIVER_TOOLKIT_CONTROLLER: 'nvidia-driver-toolkit'
|
||||||
};
|
};
|
||||||
|
|||||||
@ -12,6 +12,8 @@ export default {
|
|||||||
|
|
||||||
components: { ResourceTable, FilterBySriov },
|
components: { ResourceTable, FilterBySriov },
|
||||||
|
|
||||||
|
inheritAttrs: false,
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
schema: {
|
schema: {
|
||||||
type: Object,
|
type: Object,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user