mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 11:01:02 +00:00
add 'single' type for zfs creation
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
fee716d32b
commit
f04e415b5e
@ -69,8 +69,9 @@ Ext.define('PVE.node.CreateZFS', {
|
||||
xtype: 'proxmoxKVComboBox',
|
||||
fieldLabel: gettext('RAID Level'),
|
||||
name: 'raidlevel',
|
||||
value: 'mirror',
|
||||
value: 'single',
|
||||
comboItems: [
|
||||
['single', gettext('Single Disk')],
|
||||
['mirror', 'Mirror'],
|
||||
['raid10', 'RAID10'],
|
||||
['raidz', 'RAIDZ'],
|
||||
|
Loading…
Reference in New Issue
Block a user