public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [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

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 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