ext6migrate: fix zpool storage subject

the correct value is 'zfspool' not 'ZFS Storage'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-03-10 11:46:59 +01:00 committed by Dietmar Maurer
parent e857c94adc
commit 2a82a5286b

View File

@ -145,7 +145,7 @@ Ext.define('PVE.storage.ZFSPoolEdit', {
});
Ext.apply(me, {
subject: PVE.Utils.format_storage_type('ZFS Storage'),
subject: PVE.Utils.format_storage_type('zfspool'),
isAdd: true,
items: [ ipanel ]
});