[pbs-devel] [PATCH proxmox-backup 1/3] ui: datastore tuning: show correct default option
Dominik Csapak
d.csapak at proxmox.com
Mon Nov 28 14:26:39 CET 2022
the default in the backend is really 'inode' not 'none', so show that
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/Utils.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/Utils.js b/www/Utils.js
index 298ad084..3d51d6d2 100644
--- a/www/Utils.js
+++ b/www/Utils.js
@@ -711,7 +711,7 @@ Ext.define('PBS.Utils', {
tuningOptions: {
'chunk-order': {
- '__default__': Proxmox.Utils.defaultText + ` (${gettext('None')})`,
+ '__default__': Proxmox.Utils.defaultText + ` (${gettext('Inode')})`,
none: gettext('None'),
inode: gettext('Inode'),
},
--
2.30.2
More information about the pbs-devel
mailing list