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 <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-07-08 15:42:15 +02:00 committed by Thomas Lamprecht
parent 8fab19da73
commit 069a6e28a7

View File

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