File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1764
1764
"label.payload" : " Payload" ,
1765
1765
"label.payloadurl" : " Payload URL" ,
1766
1766
"label.pcidevice" : " GPU" ,
1767
- "label.pciroot" : " PCI root" ,
1768
1767
"label.peername" : " Management Server" ,
1769
1768
"label.peermsid" : " Management Server Node ID" ,
1770
1769
"label.peerrunid" : " Process Timestamp" ,
Original file line number Diff line number Diff line change @@ -785,7 +785,6 @@ export default {
785
785
vgpuprofileid: record .vgpuprofileid ,
786
786
type: record .type ,
787
787
numanode: record .numanode ,
788
- pciroot: record .pciroot ,
789
788
parentgpudeviceid: record .parentgpudeviceid
790
789
}
791
790
this .fetchGpuCards ()
@@ -817,9 +816,6 @@ export default {
817
816
if (this .gpuDeviceForm .numanode ) {
818
817
params .numanode = this .gpuDeviceForm .numanode
819
818
}
820
- if (this .gpuDeviceForm .pciroot ) {
821
- params .pciroot = this .gpuDeviceForm .pciroot
822
- }
823
819
if (this .gpuDeviceForm .parentgpudeviceid ) {
824
820
params .parentgpudeviceid = this .gpuDeviceForm .parentgpudeviceid
825
821
}
Original file line number Diff line number Diff line change @@ -369,9 +369,6 @@ export default {
369
369
if (this .gpuDeviceForm .numanode ) {
370
370
params .numanode = this .gpuDeviceForm .numanode
371
371
}
372
- if (this .gpuDeviceForm .pciroot ) {
373
- params .pciroot = this .gpuDeviceForm .pciroot
374
- }
375
372
if (this .gpuDeviceForm .parentgpudeviceid ) {
376
373
params .parentgpudeviceid = this .gpuDeviceForm .parentgpudeviceid
377
374
}
You can’t perform that action at this time.
0 commit comments