* [pbs-devel] [PATCH proxmox-backup 1/1] ui: tuning: correct order of default-verification-{readers, workers}
@ 2025-11-25 12:35 Nicolas Frey
2025-11-25 15:02 ` [pbs-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Frey @ 2025-11-25 12:35 UTC (permalink / raw)
To: pbs-devel
because the order was flipped compared to the per-job configuration
Reported-by: Robert Obkircher <r.obkircher@proxmox.com>
Signed-off-by: Nicolas Frey <n.frey@proxmox.com>
---
www/datastore/OptionView.js | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/www/datastore/OptionView.js b/www/datastore/OptionView.js
index 22bf80e6..7854e64d 100644
--- a/www/datastore/OptionView.js
+++ b/www/datastore/OptionView.js
@@ -312,20 +312,20 @@ Ext.define('PBS.Datastore.Options', {
},
{
xtype: 'proxmoxintegerfield',
- name: 'default-verification-workers',
- fieldLabel: gettext('Default # of Verification Workers'),
+ name: 'default-verification-readers',
+ fieldLabel: gettext('Default # of Verification Readers'),
labelWidth: 200,
- emptyText: '4',
+ emptyText: '1',
minValue: 1,
maxValue: 32,
deleteEmpty: true,
},
{
xtype: 'proxmoxintegerfield',
- name: 'default-verification-readers',
- fieldLabel: gettext('Default # of Verification Readers'),
+ name: 'default-verification-workers',
+ fieldLabel: gettext('Default # of Verification Workers'),
labelWidth: 200,
- emptyText: '1',
+ emptyText: '4',
minValue: 1,
maxValue: 32,
deleteEmpty: true,
--
2.47.3
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-25 15:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-25 12:35 [pbs-devel] [PATCH proxmox-backup 1/1] ui: tuning: correct order of default-verification-{readers, workers} Nicolas Frey
2025-11-25 15:02 ` [pbs-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox