]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: tapeRestore: make window non-resizable
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 8 Jul 2021 13:42:15 +0000 (15:42 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jul 2021 04:24:01 +0000 (06:24 +0200)
While it would be nice to be able to resize that window for more
snapshots/datastores in view, this would need quite some reworking on the
input panel side. So for now, disable resizing of that window, otherwise
the grids look weird as they only scale horizontally but not vertically.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/tape/window/TapeRestore.js

index c24baf68f3859edef5a22d02d1e94c656cb5e482..d4bf43bbccb12e6139db1bf1aa4c7120638d3402 100644 (file)
@@ -11,6 +11,7 @@ Ext.define('PBS.TapeManagement.TapeRestoreWindow', {
     url: '/api2/extjs/tape/restore',
     method: 'POST',
 
+    resizable: false,
     modal: true,
 
     mediaset: undefined,