ui: datastore tuning: show correct default option
the default in the backend is really 'inode' not 'none', so show that Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
ef4956f5aa
commit
8e8e603cdc
@ -711,7 +711,7 @@ Ext.define('PBS.Utils', {
|
|||||||
|
|
||||||
tuningOptions: {
|
tuningOptions: {
|
||||||
'chunk-order': {
|
'chunk-order': {
|
||||||
'__default__': Proxmox.Utils.defaultText + ` (${gettext('None')})`,
|
'__default__': Proxmox.Utils.defaultText + ` (${gettext('Inode')})`,
|
||||||
none: gettext('None'),
|
none: gettext('None'),
|
||||||
inode: gettext('Inode'),
|
inode: gettext('Inode'),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user