]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: bulk actions: default to a height of 600 px
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 14 Jan 2023 16:40:22 +0000 (17:40 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 14 Jan 2023 16:41:04 +0000 (17:41 +0100)
Better fit to the 800 px default width, especially as bulk shutdown
now also got some form fields that take up space.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/BulkAction.js

index 4eece7d343acefbdfd1d3b861db1327535d3df14..949e167e257d5c91c91c67c7d36efe1b22bf41e2 100644 (file)
@@ -3,6 +3,7 @@ Ext.define('PVE.window.BulkAction', {
 
     resizable: true,
     width: 800,
+    height: 600,
     modal: true,
     layout: {
        type: 'fit',