mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-17 15:51:08 +00:00
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:
parent
c4ac6d1c14
commit
a18a674d51
@ -45,7 +45,7 @@ Ext.define('Proxmox.window.ZFSDetail', {
|
|||||||
|
|
||||||
modal: true,
|
modal: true,
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 400,
|
height: 600,
|
||||||
resizable: true,
|
resizable: true,
|
||||||
cbind: {
|
cbind: {
|
||||||
title: '{title}',
|
title: '{title}',
|
||||||
|
Loading…
Reference in New Issue
Block a user