* [PATCH proxmox-backup] fix #7331: ui: allow up to 256 drives per changer
@ 2026-02-17 8:42 Dominik Csapak
2026-02-19 16:14 ` applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2026-02-17 8:42 UTC (permalink / raw)
To: pbs-devel
the backend already allows values here up to 255, so adapt the UI limit
to that too.
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
www/tape/window/DriveEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/tape/window/DriveEdit.js b/www/tape/window/DriveEdit.js
index aa8625b0d..47f06fbde 100644
--- a/www/tape/window/DriveEdit.js
+++ b/www/tape/window/DriveEdit.js
@@ -60,7 +60,7 @@ Ext.define('PBS.TapeManagement.DriveEditWindow', {
allowBlank: true,
emptyText: '0',
minValue: 0,
- maxValue: 8,
+ maxValue: 255,
cbind: {
deleteEmpty: '{!isCreate}',
},
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* applied: [PATCH proxmox-backup] fix #7331: ui: allow up to 256 drives per changer
2026-02-17 8:42 [PATCH proxmox-backup] fix #7331: ui: allow up to 256 drives per changer Dominik Csapak
@ 2026-02-19 16:14 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2026-02-19 16:14 UTC (permalink / raw)
To: pbs-devel, Dominik Csapak
On Tue, 17 Feb 2026 09:42:02 +0100, Dominik Csapak wrote:
> the backend already allows values here up to 255, so adapt the UI limit
> to that too.
>
>
Applied, thanks!
[1/1] fix #7331: ui: allow up to 256 drives per changer
commit: 6825756de29e067a3e14a031a2799169d33c6d72
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-19 16:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-17 8:42 [PATCH proxmox-backup] fix #7331: ui: allow up to 256 drives per changer Dominik Csapak
2026-02-19 16:14 ` applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.