public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 1/3] ui: datastore tuning: show correct default option
@ 2022-11-28 13:26 Dominik Csapak
  2022-11-28 13:26 ` [pbs-devel] [PATCH proxmox-backup 2/3] use derive 'Default' for ChunkOrder Dominik Csapak
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dominik Csapak @ 2022-11-28 13:26 UTC (permalink / raw)
  To: pbs-devel

the default in the backend is really 'inode' not 'none', so show that

Signed-off-by: Dominik Csapak <d.csapak@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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-28 15:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28 13:26 [pbs-devel] [PATCH proxmox-backup 1/3] ui: datastore tuning: show correct default option Dominik Csapak
2022-11-28 13:26 ` [pbs-devel] [PATCH proxmox-backup 2/3] use derive 'Default' for ChunkOrder Dominik Csapak
2022-11-28 13:26 ` [pbs-devel] [PATCH proxmox-backup 3/3] docs: don't mention CLI only anymore for tuning options Dominik Csapak
2022-11-28 15:00 ` [pbs-devel] applied-series: [PATCH proxmox-backup 1/3] ui: datastore tuning: show correct default option Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal