From 069a6e28a776f4991d2fece589662a7e6875bab2 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 8 Jul 2021 15:42:15 +0200 Subject: [PATCH] ui: tapeRestore: make window non-resizable 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 --- www/tape/window/TapeRestore.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/tape/window/TapeRestore.js b/www/tape/window/TapeRestore.js index c24baf68..d4bf43bb 100644 --- a/www/tape/window/TapeRestore.js +++ b/www/tape/window/TapeRestore.js @@ -11,6 +11,7 @@ Ext.define('PBS.TapeManagement.TapeRestoreWindow', { url: '/api2/extjs/tape/restore', method: 'POST', + resizable: false, modal: true, mediaset: undefined,