]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Makefile
ui: add MultiDiskPanel
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 5 Oct 2021 11:29:00 +0000 (13:29 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Nov 2021 08:50:36 +0000 (09:50 +0100)
commit5f219fd3badc044d23e81fde81dcc0a702e9839a
tree5a3e313c4d50dc1144e8617c8c010155bf84b260
parent87161abf3883de1d17cdbdeca19cdd268c717fee
ui: add MultiDiskPanel

this adds a new panel where a user can add multiple disks, intended
for use in the wizard.

Has a simple grid for displaying the already added disks and displays
a warning triangle if the disk is not valid.

this is a base panel for adding multiple disks/mps for vms/ct
respectively.

this combines the shared behavior and layout and defines the functions
that subclasses must define

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Tested-by: Lorenz Stechauner <l.stechauner@proxmox.com>
Tested-by: Aaron Lauterer <a.lauterer@proxmox.com>
www/manager6/Makefile
www/manager6/panel/MultiDiskEdit.js [new file with mode: 0644]