]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: pool view: make window bigger and 4:3 ratio
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 Sep 2023 11:13:54 +0000 (13:13 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 Sep 2023 11:36:38 +0000 (13:36 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/grid/PoolMembers.js

index b602289ac3556dfc3984dfe9fc27e9c420751cc4..04e967e41cf428799d981bbbf64bdad691c7dbb4 100644 (file)
@@ -1,8 +1,8 @@
 Ext.define('PVE.pool.AddVM', {
     extend: 'Proxmox.window.Edit',
 
-    width: 600,
-    height: 420,
+    width: 640,
+    height: 480,
     isAdd: true,
     isCreate: true,
 
@@ -44,7 +44,7 @@ Ext.define('PVE.pool.AddVM', {
        var vmGrid = Ext.create('widget.grid', {
            store: vmStore,
            border: true,
-           height: 300,
+           height: 360,
            scrollable: true,
            selModel: {
                selType: 'checkboxmodel',