[pve-devel] [PATCH v2 widget-toolkit 1/2] zfs detail: increase window height

Fabian Ebner f.ebner at proxmox.com
Fri Sep 10 13:45:36 CEST 2021


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 <f.ebner at proxmox.com>
---

New in v2.

 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}',
-- 
2.30.2






More information about the pve-devel mailing list