]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit - src/Makefile
add DiskSmart window and DiskList from PVE
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 16 Jun 2020 09:06:34 +0000 (11:06 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Jun 2020 09:34:37 +0000 (11:34 +0200)
commit402991a79dcc6859ff099a01f9b83b4a3a440527
tree5a4f40d20811766608a2d15eb6421254d7b3234d
parent4f0c07647057adc4bf2d94608270c90e4def3c4e
add DiskSmart window and DiskList from PVE

for use with other produts.

the models are now all prefixed with 'pmx' instead of pve, so they
should not conflict

includes some changes to the model for remapping some fields and
some small refactors (change to controller for the DiskList,
some cleanup of the initComponent of the DiskSmart window)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/Makefile
src/grid/DiskList.js [new file with mode: 0644]
src/window/DiskSmart.js [new file with mode: 0644]