mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 12:02:14 +00:00
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:
parent
e857c94adc
commit
2a82a5286b
@ -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 ]
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user