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:
Dominik Csapak 2022-11-28 14:26:39 +01:00 committed by Thomas Lamprecht
parent ef4956f5aa
commit 8e8e603cdc

View File

@ -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'),
}, },