]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/lxc/Resources.js
ui: lxc/qemu: add disk reassign and action submenu
authorAaron Lauterer <a.lauterer@proxmox.com>
Tue, 5 Apr 2022 12:30:14 +0000 (14:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 7 Apr 2022 13:34:44 +0000 (15:34 +0200)
commita8d854afe20b0ca20db6d09c36229cf96176c8a2
tree144f1ec97c14419fedebad79a8bb923a5bcd4eb5
parent000b5537fc02b34e3e5599fb56210ceb9d5877f9
ui: lxc/qemu: add disk reassign and action submenu

For the new HDReassign component, we follow the approach of HDMove to
have one componend for qemu and lxc.

To avoid button clutter, a new "Disk/Volume action" button is
introduced. It holds the Move, Reassign and Resize buttons in a
sub-menu.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Reviewed-by: Fabian Ebner <f.ebner@proxmox.com>
www/manager6/Makefile
www/manager6/lxc/Resources.js
www/manager6/qemu/HDReassign.js [new file with mode: 0644]
www/manager6/qemu/HardwareView.js