]> git.proxmox.com Git - pve-manager.git/commit
ui: allow configuring pci and usb mapping
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 16 Jun 2023 13:05:39 +0000 (15:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Jun 2023 14:25:42 +0000 (16:25 +0200)
commit70eb18e8f033a28cedcf4ddd9c8d7d79cad30a0a
tree64eee3e0ffc094084465173992fe43efc057cdf1
parent386f8d97952aa61cf5fedbb76fb718bc97fecc74
ui: allow configuring pci and usb mapping

uses the new ResourceMapTree to add the CRUD interfaces for the
mappings.

We add both of them into a single panel, since the datacenter menu
already has many entries, and without a proper summary for the group, we
cannot really put them in a category

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Makefile
www/manager6/dc/Config.js
www/manager6/dc/PCIMapView.js [new file with mode: 0644]
www/manager6/dc/USBMapView.js [new file with mode: 0644]