ui: fix panel height in the dashboard

this fixes an issue where the layout looks misaligned in three column
layouts

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
Stefan Sterz 2022-03-10 12:27:48 +01:00 committed by Thomas Lamprecht
parent 171a00ca97
commit e099bd0717
1 changed files with 2 additions and 2 deletions

View File

@ -239,11 +239,11 @@ Ext.define('PBS.Dashboard', {
Ext.String.format(gettext('{0} days'), '{days}') + ')',
},
reference: 'longesttasks',
height: 250,
height: 280,
},
{
xtype: 'pbsRunningTasks',
height: 250,
height: 280,
},
{
bind: {