diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index 6293a6a8f20..0e0adeede97 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -861,6 +861,12 @@ plannerMode: { label: 'Planner Mode' }, + pciDevice: { + label: 'GPU' + }, + vgpuType: { + label: 'vGPU type' + }, tags: { label: 'label.storage.tags' }, @@ -894,6 +900,11 @@ } } + if (item.serviceofferingdetails != null) { + item.pciDevice = item.serviceofferingdetails.pciDevice; + item.vgpuType = item.serviceofferingdetails.vgpuType; + } + args.response.success({ actionFitler: serviceOfferingActionfilter, data: item