Commit 4643f689 authored by Alexandre Derumier's avatar Alexandre Derumier Committed by Dietmar Maurer

add zfs filter in hdmove

we don't want to display file format
Signed-off-by: 's avatarAlexandre Derumier <aderumier@odiso.com>
parent 6006f35a
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment