]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Makefile
ui: add ResourceMapTree
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 16 Jun 2023 13:05:38 +0000 (15:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Jun 2023 14:25:42 +0000 (16:25 +0200)
commit386f8d97952aa61cf5fedbb76fb718bc97fecc74
tree561df5cf92f4cff38f24a36de52110eca95e4775
parent5b775e5d8c5e78239e3eab41a6838972d5fcce25
ui: add ResourceMapTree

this will be the base class for trees for the individual mapping types,
e.g. pci and usb mapping.

there are a few things to configure, but the overall code sharing is
still significant, and should work out fine for future mapping types

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