Skip to content

Commit 4794b51

Browse files
committed
fixup
1 parent 8083a48 commit 4794b51

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

ui/public/locales/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,6 @@
17641764
"label.payload": "Payload",
17651765
"label.payloadurl": "Payload URL",
17661766
"label.pcidevice": "GPU",
1767-
"label.pciroot": "PCI root",
17681767
"label.peername": "Management Server",
17691768
"label.peermsid": "Management Server Node ID",
17701769
"label.peerrunid": "Process Timestamp",

ui/src/components/view/GPUDevicesTab.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,6 @@ export default {
785785
vgpuprofileid: record.vgpuprofileid,
786786
type: record.type,
787787
numanode: record.numanode,
788-
pciroot: record.pciroot,
789788
parentgpudeviceid: record.parentgpudeviceid
790789
}
791790
this.fetchGpuCards()
@@ -817,9 +816,6 @@ export default {
817816
if (this.gpuDeviceForm.numanode) {
818817
params.numanode = this.gpuDeviceForm.numanode
819818
}
820-
if (this.gpuDeviceForm.pciroot) {
821-
params.pciroot = this.gpuDeviceForm.pciroot
822-
}
823819
if (this.gpuDeviceForm.parentgpudeviceid) {
824820
params.parentgpudeviceid = this.gpuDeviceForm.parentgpudeviceid
825821
}

ui/src/components/view/GPUTab.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,6 @@ export default {
369369
if (this.gpuDeviceForm.numanode) {
370370
params.numanode = this.gpuDeviceForm.numanode
371371
}
372-
if (this.gpuDeviceForm.pciroot) {
373-
params.pciroot = this.gpuDeviceForm.pciroot
374-
}
375372
if (this.gpuDeviceForm.parentgpudeviceid) {
376373
params.parentgpudeviceid = this.gpuDeviceForm.parentgpudeviceid
377374
}

0 commit comments

Comments
 (0)