ui: dashboard: increase panel height a bit

to make the system load/status summary one look less cramped, as that
got recently the boot-mode information line added.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-11-29 17:52:18 +01:00
parent 6ef0238f99
commit dc4f8964b5

View File

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