From a18a674d517d7c92db3a98c805a6b0f3f40fbacb Mon Sep 17 00:00:00 2001 From: Fabian Ebner Date: Fri, 10 Sep 2021 13:45:36 +0200 Subject: [PATCH] zfs detail: increase window height If there are mirrors and log/special vdevs it just feels too small. It also doesn't help if there are errors in the upper part taking up space. Make it 600, which was used in PVE before. Signed-off-by: Fabian Ebner --- src/window/ZFSDetail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window/ZFSDetail.js b/src/window/ZFSDetail.js index 8eb6a87..5606ca0 100644 --- a/src/window/ZFSDetail.js +++ b/src/window/ZFSDetail.js @@ -45,7 +45,7 @@ Ext.define('Proxmox.window.ZFSDetail', { modal: true, width: 800, - height: 400, + height: 600, resizable: true, cbind: { title: '{title}',