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:
parent
171a00ca97
commit
e099bd0717
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue