]> git.proxmox.com Git - pve-manager.git/commit
ui: add edit window for pci mappings
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 16 Jun 2023 13:05:36 +0000 (15:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Jun 2023 14:25:42 +0000 (16:25 +0200)
commit2ffe0f326215904f2aa2510839d9a4895f9d038d
tree65dc2922214459f7c6596fa0ae17fbec43960872
parent02adfe172791f4a72d8609ba162b2b5e02bf670f
ui: add edit window for pci mappings

This contains the window to edit a PCI mapping for a single host.
It is designed to work in 3 modes:

* without an id and a nodename: for new mappings
* with an id but without nodename: for adding new host mappings to an
  existing one
* with id and nodename: when editing an existing host mapping

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