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:
Alexandre Derumier 2013-10-04 14:45:22 +02:00 committed by Dietmar Maurer
parent bf5ab22c6d
commit 4920fa3a87

View File

@ -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);