]> git.proxmox.com Git - pve-manager.git/commit
ui: pci map edit: reintroduce warnings checks
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 21 Jun 2023 07:41:39 +0000 (09:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Jun 2023 08:03:52 +0000 (10:03 +0200)
commite633ac0f08629378a30fd336bf90087113fdcdca
tree6da3538d632e980c074ebdcf18b004c7deaa11ab
parent0a571cffc0ab7edb4a4994dc6fe220b257088530
ui: pci map edit: reintroduce warnings checks

they got lost in my last rebase/refactor.

the onLoadCallBack is used to check by the window if there are iommu
groups at all, and the checkIsolated function checks if the selected
ones are in a separate group (in regards to the other devices)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/form/MultiPCISelector.js
www/manager6/window/PCIMapEdit.js