From: Nicolas Frey <n.frey@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 1/1] ui: tuning: correct order of default-verification-{readers, workers}
Date: Tue, 25 Nov 2025 13:35:29 +0100 [thread overview]
Message-ID: <20251125123529.334195-1-n.frey@proxmox.com> (raw)
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
next reply other threads:[~2025-11-25 12:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-25 12:35 Nicolas Frey [this message]
2025-11-25 15:02 ` [pbs-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251125123529.334195-1-n.frey@proxmox.com \
--to=n.frey@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox