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 <f.ebner@proxmox.com>
This commit is contained in:
Fabian Ebner 2021-09-10 13:45:36 +02:00 committed by Thomas Lamprecht
parent c4ac6d1c14
commit a18a674d51

View File

@ -45,7 +45,7 @@ Ext.define('Proxmox.window.ZFSDetail', {
modal: true,
width: 800,
height: 400,
height: 600,
resizable: true,
cbind: {
title: '{title}',