mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 01:50:29 +00:00
add zfs filter in hdmove
we don't want to display file format Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
bf5ab22c6d
commit
4920fa3a87
@ -76,7 +76,9 @@ Ext.define('PVE.window.HDMove', {
|
||||
me.formatsel.setDisabled(true);
|
||||
} else if (rec.data.type === 'lvm' ||
|
||||
rec.data.type === 'rbd' ||
|
||||
rec.data.type === 'sheepdog'
|
||||
rec.data.type === 'sheepdog' ||
|
||||
rec.data.type === 'zfs'
|
||||
|
||||
) {
|
||||
me.formatsel.setValue('raw');
|
||||
me.formatsel.setDisabled(true);
|
||||
|
Loading…
Reference in New Issue
Block a user